Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/windows-executable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Certificates Sync
run: |
smctl windows certsync --keypair-alias=c1d53dc0-2930-43a7-b052-389564550c95
smctl windows certsync
shell: cmd

- name: List certificates in DigiCert ONE
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
run: |
$signtool = '${{ steps.find_signtool.outputs.path }}'
& $signtool sign `
/sha1 '${{ secrets.SM_CODE_SIGNING_CERT_SHA1_HASH }}' `
/a `
/tr http://timestamp.digicert.com `
/td SHA256 `
/fd SHA256 `
Expand Down
Loading