Skip to content

Commit

Permalink
Update code sign action
Browse files Browse the repository at this point in the history
  • Loading branch information
ff14wed committed Mar 10, 2023
1 parent ad37053 commit 3f4003c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
cat deucalion.sha256sum.asc
- name: Code Sign
uses: DanaBear/code-sign-action@v4
uses: dlemstra/code-sign-action@v1
with:
certificate: '${{ secrets.CODE_SIGN_CERTIFICATE }}'
password: '${{ secrets.CODE_SIGN_PASSWORD }}'
certificatesha1: '${{ secrets.CODE_SIGN_THUMBPRINT }}'
folder: 'target/release'
recursive: true
recursive: false
files: |
target/release/deucalion.dll
- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 3f4003c

Please sign in to comment.