Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use more generic signtool path
Browse files Browse the repository at this point in the history
Ivan Mirić committed Nov 30, 2020

Verified

This commit was signed with the committer’s verified signature.
Findeton Félix Robles
1 parent 0b73ab4 commit 4353e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all.yml
Original file line number Diff line number Diff line change
@@ -308,7 +308,7 @@ jobs:
move .\packaging\k6-$env:VERSION-win64\k6.exe .\packaging\
rmdir .\packaging\k6-$env:VERSION-win64\
- name: Add signtool to PATH
run: echo "C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x86" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
run: echo "${env:ProgramFiles(x86)}\Windows Kits\10\bin\x64" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Convert base64 certificate to PFX
run: |
$bytes = [Convert]::FromBase64String("${{ secrets.CERTIFICATE }}")

0 comments on commit 4353e64

Please sign in to comment.