Skip to content

Commit 42ffca0

Browse files
committed
run smctl healthcheck
1 parent a1c7a4f commit 42ffca0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_executable.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- debug-win-signing
89

910
permissions:
1011
contents: write
@@ -15,7 +16,7 @@ jobs:
1516
strategy:
1617
fail-fast: false
1718
matrix:
18-
os: [ ubuntu-20.04, macos-13, macos-14, windows-2019 ]
19+
os: [ windows-2019 ]
1920
mode: [ 'onefile', 'onedir' ]
2021
exclude:
2122
- os: ubuntu-20.04
@@ -176,6 +177,8 @@ jobs:
176177
C:\Windows\System32\certutil.exe -csp "DigiCert Signing Manager KSP" -key -user
177178
smksp_cert_sync.exe
178179
180+
smctl healthcheck
181+
179182
:: sign executable
180183
signtool.exe sign /sha1 %SM_CODE_SIGNING_CERT_SHA1_HASH% /tr http://timestamp.digicert.com /td SHA256 /fd SHA256 ".\dist\cycode-cli.exe"
181184

0 commit comments

Comments
 (0)