Skip to content

Commit

Permalink
actions: finally found signtool.exe (thanks for nothing MS)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee authored Sep 24, 2024
1 parent 304a897 commit c0470c3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -661,11 +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"
ls -l "/c/Program Files (x86)/"
ls -l "/c/Program Files (x86)/Windows Kits/"
ls -l "/c/Program Files (x86)/Windows Kits/10"
ls -l "/c/Program Files (x86)/Windows Kits/10/bin"
signtool.exe verify /v "$gam"
"/c/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/signtool.exe" verify /v "$gam"
- name: Attest gam executable was generated from this Action
uses: actions/attest-build-provenance@v1
Expand Down

0 comments on commit c0470c3

Please sign in to comment.