mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-11 11:47:21 +00:00
actions: fix quoting
This commit is contained in:
parent
164b999802
commit
5700c6bc31
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user