Skip to content

Commit

Permalink
Use more recent signtool
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Aug 18, 2024
1 parent 9bf15f0 commit b2643dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
Release_Windows:
runs-on: windows-latest
env:
SIGNTOOL_PATH: "C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.22000.0\\x64\\signtool.exe"
SIGNTOOL_PATH: "C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x86/signtool.exe"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit b2643dc

Please sign in to comment.