Skip to content

Commit

Permalink
Remove PFX file after signing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Mirić committed Nov 30, 2020
1 parent be0de5c commit 0ed867c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,8 @@ jobs:
light.exe -ext WixUIExtension k6.wixobj
- name: Sign MSI package
run: signtool sign /f k6.pfx /p "${{ secrets.WIN_SIGN_PASS }}" /tr "http://timestamp.digicert.com" /td sha256 /fd sha256 "packaging\k6.msi"
- name: Cleanup signing artifacts
run: del k6.pfx
- name: Prepare Chocolatey package
run: |
$env:VERSION = $env:VERSION.TrimStart("v", " ")
Expand Down

0 comments on commit 0ed867c

Please sign in to comment.