Skip to content

Commit 6eabc85

Browse files
authored
Update build.yml
1 parent 99921d9 commit 6eabc85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ jobs:
110110
- name: Pack artifact (macOS/Linux)
111111
if: startsWith(matrix.os, 'macos') || startsWith(matrix.os, 'ubuntu')
112112
run: |
113-
ZIP_FILENAME="YT-Audio-Workbench-${{ runner.os }}.zip"
113+
ZIP_FILENAME="YT-Audio-Workbench-${{ matrix.os }}.zip"
114114
cd dist
115115
zip -r ../"$ZIP_FILENAME" YT-Audio-Workbench
116-
echo "ZIP_PATH=../$ZIP_FILENAME" >> $GITHUB_ENV
116+
echo "ZIP_PATH=$ZIP_FILENAME" >> $GITHUB_ENV
117117
- name: Upload artifact
118118
uses: actions/upload-artifact@v4
119119
with:

0 commit comments

Comments
 (0)