Skip to content

Commit 9909960

Browse files
authored
Update build.yml
1 parent 32b4b62 commit 9909960

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
- name: Build with PyInstaller
7575
run: pyinstaller -y yt_audio_workbench.spec
7676
- name: Pack artifact (Windows)
77+
if: runner.os == 'Windows' # Or: if: startsWith(matrix.os, 'windows')
7778
shell: pwsh
7879
run: |
7980
$ErrorActionPreference = 'Stop'
@@ -116,7 +117,7 @@ jobs:
116117
uses: actions/upload-artifact@v4
117118
with:
118119
name: YT-Audio-Workbench-${{ matrix.os }}
119-
path: ${{ env.ZIP_NAME }}
120+
path: ${{ env.ZIP_PATH }}
120121

121122
release:
122123
name: Release on tag

0 commit comments

Comments
 (0)