Skip to content

Commit 69d64f8

Browse files
Allow build artifacts for debugging (#343)
1 parent c3ab0eb commit 69d64f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ jobs:
347347
cargo tauri build --target ${{ matrix.rust_target }} --bundles ${{ matrix.tauri_bundle }}
348348
349349
- name: Upload artifact (macOS)
350-
if: startsWith(matrix.platform, 'macos') && startsWith(github.ref, 'refs/tags/v')
350+
if: startsWith(matrix.platform, 'macos')
351351
uses: actions/upload-artifact@v4
352352
with:
353353
name: MindWork AI Studio (macOS ${{ matrix.dotnet_runtime }})
@@ -369,7 +369,7 @@ jobs:
369369
retention-days: ${{ env.RETENTION_INTERMEDIATE_ASSETS }}
370370

371371
- name: Upload artifact (Windows - NSIS)
372-
if: startsWith(matrix.platform, 'windows') && contains(matrix.tauri_bundle, 'nsis') && startsWith(github.ref, 'refs/tags/v')
372+
if: startsWith(matrix.platform, 'windows') && contains(matrix.tauri_bundle, 'nsis')
373373
uses: actions/upload-artifact@v4
374374
with:
375375
name: MindWork AI Studio (Windows - NSIS ${{ matrix.dotnet_runtime }})

0 commit comments

Comments
 (0)