We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6baeb48 commit c398fd2Copy full SHA for c398fd2
.github/workflows/build_executable.yml
@@ -176,7 +176,7 @@ jobs:
176
msiexec /i smtools-windows-x64.msi /quiet /qn
177
C:\Windows\System32\certutil.exe -csp "DigiCert Signing Manager KSP" -key -user
178
smksp_cert_sync.exe
179
- smctl windows certsync --keypair-alias=key_
+ smctl windows certsync --keypair-alias=key_838290773
180
181
:: sign executable
182
signtool.exe sign /sha1 %SM_CODE_SIGNING_CERT_SHA1_HASH% /tr http://timestamp.digicert.com /td SHA256 /fd SHA256 ".\dist\cycode-cli.exe"
0 commit comments