actions: disable signtool verify for now

This commit is contained in:
Jay Lee
2024-09-24 12:42:19 -04:00
committed by GitHub
parent f7c13a3063
commit 2fdb6156e7

View File

@@ -661,7 +661,7 @@ jobs:
# remove unsigned gam.exe and rename signed-gam.exe
rm -v -f "${gampath}/gam.exe"
mv -v -f "${gampath}/signed-gam.exe" "${gampath}/gam.exe"
"/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/signtool.exe" verify /v /pa "$gam"
#"/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/signtool.exe" verify /v /pa "$gam"
- name: Attest gam executable was generated from this Action
uses: actions/attest-build-provenance@v1