Skip to content

Commit

Permalink
updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonicrahul committed Feb 18, 2024
1 parent 1aabc7c commit 2cc36f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:

- name: Sign EXE
run: |
osslsigncode sign -certs ${{ secrets.CODESIGN_CERT }} -key ${{ secrets.CODESIGN_KEY }} -in "dist/20-20-20-refresh Setup 1.0.0.exe" -out "dist/signed-20-20-20-refresh Setup 1.0.0.exe"
echo ${{ secrets.CODESIGN_CERT }} > cert.pem
echo ${{ secrets.CODESIGN_KEY }} > key.pem
osslsigncode sign -certs cert.pem -key key.pem -in "dist/20-20-20-refresh Setup 1.0.0.exe" -out "dist/signed-20-20-20-refresh Setup 1.0.0.exe"
- name: Upload
uses: BetaHuhn/do-spaces-action@v2
Expand Down

0 comments on commit 2cc36f3

Please sign in to comment.