Skip to content

Commit

Permalink
fix signtool invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Aug 29, 2023
1 parent f853ef2 commit 5856e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: |
echo ${{ secrets.SIGNING_CERT }} >CodeSigningCert.b64
certutil -decode CodeSigningCert.b64 CodeSigningCert.pfx
signtool sign /f CodeSigningCertificate.pfx /p "${{ secrets.SIGNING_PASS }}" /tr http://timestamp.digicert.com /td sha256 /fd sha256 /v cmake-build\Release\*.exe
"C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.17763.0\\x86\\signtool.exe" sign /f CodeSigningCertificate.pfx /p "${{ secrets.SIGNING_PASS }}" /tr http://timestamp.digicert.com /td sha256 /fd sha256 /v cmake-build\\Release\\*.exe

0 comments on commit 5856e15

Please sign in to comment.