Skip to content

Commit f82acfa

Browse files
authored
Update demo.workflow.yml
1 parent 5b5c414 commit f82acfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/demo.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
steps:
1919
- name: Sign Windows Launcher
2020
run: |
21-
cmd.exe /c "C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x86\signtool.exe" sign /f "C:\luxonis.cer" /csp "eToken Base Cryptographic Provider" /k "[{{${{ secrets.SECTIGO_CERT_PASSWORD }}}}]=Sectigo_20241111150706" /tr http://timestamp.sectigo.com /td sha256 /fd sha256 /n "Luxonis Holding Corporation" "C:\Users\Administrator\Downloads\DepthAI-setup-v3.1.2.exe"
21+
cmd.exe /c '"C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x86\signtool.exe" sign /f "C:\luxonis.cer" /csp "eToken Base Cryptographic Provider" /k "[{{${{ secrets.SECTIGO_CERT_PASSWORD }}}}]=Sectigo_20241111150706" /tr http://timestamp.sectigo.com /td sha256 /fd sha256 /n "Luxonis Holding Corporation" "C:\Users\Administrator\Downloads\DepthAI-setup-v3.1.2.exe"'

0 commit comments

Comments
 (0)