Skip to content

Commit

Permalink
Fix issue regarding certificate in MSIC
Browse files Browse the repository at this point in the history
  • Loading branch information
aguilaair committed Sep 5, 2023
1 parent 57215e1 commit 88af982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
capabilities: "internetClient,removableStorage"
certificate_path: windows\SIDEKICK-CERT.pfx
certificate_password: ${{ secrets.WIN_CERT_PASS }}
install-certificate: false
install_certificate: false
build_windows: false
store: false
write-mode: append
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ jobs:
certificate_path: windows\SIDEKICK-CERT.pfx
certificate_password: ${{ secrets.WIN_CERT_PASS }}
store: false
install-certificate: false
install_certificate: false
build_windows: false
write-mode: append

Expand Down

0 comments on commit 88af982

Please sign in to comment.