File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ set SM_CLIENT_CERT_FILE=%WORKSPACE%\Certificate_pkcs12.p12
30
30
smctl healthcheck || goto :error
31
31
smctl windows certsync || goto :error
32
32
33
- smctl sign --keypair-alias key_1311463644 --input dist\snow\snow.exe || goto :error
33
+ smctl sign --keypair-alias %digicert_key_name% --input dist\snow\snow.exe || goto :error
34
34
signtool verify /v /pa dist\snow\snow.exe || goto :error
35
35
36
36
candle.exe ^
@@ -48,7 +48,7 @@ light.exe ^
48
48
snowflake_cli.wixobj ^
49
49
snowflake_cli_exitdlg.wixobj || goto :error
50
50
51
- smctl sign --keypair-alias key_1311463644 --input %CLI_MSI% || goto :error
51
+ smctl sign --keypair-alias %digicert_key_name% --input %CLI_MSI% || goto :error
52
52
signtool verify /v /pa %CLI_MSI% || goto :error
53
53
54
54
echo " [INFO] uploading artifacts"
You can’t perform that action at this time.
0 commit comments