mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-22 04:19:54 +00:00
Update build.yml
This commit is contained in:
parent
21757b7bef
commit
c965994aa5
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -344,8 +344,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.SM_CLIENT_CERT_FILE_B64 }}" | % {[Text.Encoding]::UTF8.GetString([Convert]::FromBase64String($_))} > $env:CERT_TEMP_PATH
|
echo "${{ secrets.SM_CLIENT_CERT_FILE_B64 }}" | % {[Text.Encoding]::UTF8.GetString([Convert]::FromBase64String($_))} > $env:CERT_TEMP_PATH
|
||||||
smksp_registrar.exe list
|
smksp_registrar.exe list
|
||||||
|
smctl.exe healthcheck
|
||||||
smctl.exe keypair ls
|
smctl.exe keypair ls
|
||||||
smctl windows certsync
|
smctl windows certsync --keypair-alias ${{ secrets.SM_KEYPAIR_ALIAS }}
|
||||||
|
smctl.exe certificate ls
|
||||||
C:\Windows\System32\certutil.exe -csp "DigiCert Signing Manager KSP" -key -user
|
C:\Windows\System32\certutil.exe -csp "DigiCert Signing Manager KSP" -key -user
|
||||||
|
|
||||||
# not used but necessary for electron-builder to run
|
# not used but necessary for electron-builder to run
|
||||||
|
Loading…
x
Reference in New Issue
Block a user