Update executable output path in build workflow

Change the output path for the executable files after signing.
This commit is contained in:
Jay Lee
2026-03-03 16:10:23 -05:00
committed by GitHub
parent 3a7c470e6e
commit 21df315887

View File

@@ -778,7 +778,7 @@ jobs:
choco install innosetup
export signtool="C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\signtool.exe"
iscc /S"gamsigntool=$signtool sign /sha1 $WINDOWS_CODESIGN_CERT_HASH /tr http://time.certum.pl /td SHA256 /fd SHA256 /v \$f" gam.iss
mv -v Output/*.exe .
mv -v Output/*.exe "${gampath}/.."
#- name: Windows package MSI
# if: runner.os == 'Windows' && matrix.goal != 'test'