Skip to content

Commit

Permalink
Test #18.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Feb 28, 2024
1 parent 0638eb6 commit 5fce85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-signing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Sign application
shell: cmd
run: |
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x86\signtool" sign /d "MAP Client - mapping tools" /tr http://rfc3161timestamp.globalsign.com/advanced /td SHA256 /f ev_certificate.pfx MAP-Client-0.20.1.exe
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x86\signtool" sign /d "MAP Client - mapping tools" /tr http://rfc3161timestamp.globalsign.com/advanced /fd SHA256 /td SHA256 /f ev_certificate.pfx MAP-Client-0.20.1.exe
- name: Clean up
shell: bash
Expand Down

0 comments on commit 5fce85d

Please sign in to comment.