mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
actions: disable signtool verify for now
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -661,7 +661,7 @@ jobs:
|
|||||||
# remove unsigned gam.exe and rename signed-gam.exe
|
# remove unsigned gam.exe and rename signed-gam.exe
|
||||||
rm -v -f "${gampath}/gam.exe"
|
rm -v -f "${gampath}/gam.exe"
|
||||||
mv -v -f "${gampath}/signed-gam.exe" "${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
|
- name: Attest gam executable was generated from this Action
|
||||||
uses: actions/attest-build-provenance@v1
|
uses: actions/attest-build-provenance@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user