Skip to content

Commit

Permalink
Fix with new path for signtool in windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Dec 12, 2024
1 parent 1d1afd0 commit ba6a71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
move .\packaging\k6-$env:VERSION-windows-amd64\k6.exe .\packaging\
rmdir .\packaging\k6-$env:VERSION-windows-amd64\
- name: Add signtool to PATH
run: echo "${env:ProgramFiles(x86)}\Windows Kits\10\bin\x64" | Out-File -FilePath $env:GITHUB_PATH -Append
run: echo "${env:ProgramFiles(x86)}\Windows Kits\10\bin\10.0.17763.0\x64" | Out-File -FilePath $env:GITHUB_PATH -Append

- name: Create the MSI package
run: |
Expand Down

0 comments on commit ba6a71e

Please sign in to comment.