Skip to content

Commit

Permalink
Update build_windows_installer.yml
Browse files Browse the repository at this point in the history
switch signtool to personal fork to add debug option
  • Loading branch information
jneilliii authored Oct 12, 2023
1 parent a12f64d commit 35bceb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_windows_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
shell: cmd

- name: ✏️ Sign Installer
uses: Minionguyjpro/signtool-code-sign@1.0.7
uses: jneilliii/signtool-code-sign@main
with:
certificate: '${{ secrets.CERTIFICATE }}'
cert-password: '${{ secrets.PASSWORD }}'
Expand All @@ -56,6 +56,7 @@ jobs:
folder: 'Output'
recursive: false
timestamp-server: 'http://timestamp.digicert.com'
debug: true

- name: 🧹 Delete Existing Release and Tag
uses: ClementTsang/[email protected]
Expand Down

0 comments on commit 35bceb6

Please sign in to comment.