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 d3478d0 commit 6e0a63c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Creating Files
uses: "finnp/create-file-action@master"
env:
FILE_NAME: "cert.pem"
FILE_NAME: "cert.cert"
FILE_DATA: ${{ secrets.CODESIGN_CERT }}

- name: Creating Files
Expand All @@ -54,7 +54,7 @@ jobs:

- name: Sign EXE
run: |
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"
osslsigncode sign -certs cert.cert -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 6e0a63c

Please sign in to comment.