mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
fix quoting on $f
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -758,10 +758,10 @@ jobs:
|
|||||||
echo "GAM Archive ${GAM_ARCHIVE}"
|
echo "GAM Archive ${GAM_ARCHIVE}"
|
||||||
tar -C "${gampath}/.." --create --verbose --exclude-from "${GITHUB_WORKSPACE}/.github/actions/package_exclusions.txt" --file $GAM_ARCHIVE --xz gam7
|
tar -C "${gampath}/.." --create --verbose --exclude-from "${GITHUB_WORKSPACE}/.github/actions/package_exclusions.txt" --file $GAM_ARCHIVE --xz gam7
|
||||||
|
|
||||||
- name: Install Wix on Win ARM64
|
# - name: Install Wix on Win ARM64
|
||||||
if: runner.os == 'Windows' && runner.arch == 'ARM64'
|
# if: runner.os == 'Windows' && runner.arch == 'ARM64'
|
||||||
run: |
|
# run: |
|
||||||
choco install wixtoolset
|
# choco install wixtoolset
|
||||||
|
|
||||||
- name: Windows package zip
|
- name: Windows package zip
|
||||||
if: runner.os == 'Windows' && matrix.goal != 'test'
|
if: runner.os == 'Windows' && matrix.goal != 'test'
|
||||||
@@ -776,7 +776,7 @@ jobs:
|
|||||||
if: runner.os == 'Windows' && matrix.goal != 'test'
|
if: runner.os == 'Windows' && matrix.goal != 'test'
|
||||||
run: |
|
run: |
|
||||||
choco install innosetup
|
choco install innosetup
|
||||||
iscc /S"gamsigntool='C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\signtool.exe' verify /pa /v $f" gam.iss
|
iscc /S"gamsigntool='C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\signtool.exe' verify /pa /v \"\$f\"" gam.iss
|
||||||
|
|
||||||
#- name: Windows package MSI
|
#- name: Windows package MSI
|
||||||
# if: runner.os == 'Windows' && matrix.goal != 'test'
|
# if: runner.os == 'Windows' && matrix.goal != 'test'
|
||||||
|
|||||||
Reference in New Issue
Block a user