Skip to content

Commit c398fd2

Browse files
committed
specify key alias
1 parent 6baeb48 commit c398fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_executable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
msiexec /i smtools-windows-x64.msi /quiet /qn
177177
C:\Windows\System32\certutil.exe -csp "DigiCert Signing Manager KSP" -key -user
178178
smksp_cert_sync.exe
179-
smctl windows certsync --keypair-alias=key_
179+
smctl windows certsync --keypair-alias=key_838290773
180180
181181
:: sign executable
182182
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

Comments
 (0)