Skip to content

Commit

Permalink
Test #15.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Feb 27, 2024
1 parent 3bbb2d8 commit 94f5fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-signing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
- name: Sign application
shell: cmd
run: |
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x86\signtool" sign /?
"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 MAP-Client-0.20.1.exe
- name: Clean up
shell: bash
run: |
rm ev_certificate.pfx.base64 ev_certificate.pfx
rm ev_certificate.pfx

0 comments on commit 94f5fa4

Please sign in to comment.