mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-12 12:17:20 +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
|
/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
|
- name: Windows package MSI
|
||||||
if: runner.os == "Windows" && matrix.goal != 'test'
|
if: runner.os == 'Windows' && matrix.goal != 'test'
|
||||||
run: |
|
run: |
|
||||||
cd ../..
|
cd ../..
|
||||||
echo "moved to $(pwd)"
|
echo "moved to $(pwd)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user