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 f61d444 commit 1aabc7c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ 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"
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"
- name: Upload
uses: BetaHuhn/do-spaces-action@v2
Expand Down

0 comments on commit 1aabc7c

Please sign in to comment.