Skip to content

Commit 2f93b47

Browse files
authored
Fix(CI): Fixed broken digicert windows cert syncing (#3707)
Sync certs using windows certsysnc
1 parent c55c1cc commit 2f93b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/scripts/config-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs: # Each project will have individual jobs for each specific task it has to
240240
- run:
241241
name: Sync Certs
242242
command: |
243-
& $env:SSM\smksp_cert_sync.exe
243+
& $env:SSM\smctl.exe windows certsync
244244
- run:
245245
name: Build Installer Signed
246246
command: speckle-sharp-ci-tools\InnoSetup\ISCC.exe speckle-sharp-ci-tools\%SLUG%.iss /Sbyparam=$p /DSIGN_INSTALLER /DCODE_SIGNING_CERT_FINGERPRINT=%SM_CODE_SIGNING_CERT_SHA1_HASH%

0 commit comments

Comments
 (0)