actions: fix quoting

This commit is contained in:
Jay Lee 2025-04-22 11:12:45 -04:00 committed by GitHub
parent 164b999802
commit 5700c6bc31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -669,7 +669,7 @@ jobs:
/c/Program\ Files/7-Zip/7z.exe a -tzip "$GAM_ARCHIVE" gam7 "-xr@${GITHUB_WORKSPACE}/.github/actions/package_exclusions.txt" -bb3
- name: Windows package MSI
if: runner.os == "Windows" && matrix.goal != 'test'
if: runner.os == 'Windows' && matrix.goal != 'test'
run: |
cd ../..
echo "moved to $(pwd)"