Skip to content

Commit

Permalink
Overwrite the existing signature
Browse files Browse the repository at this point in the history
  • Loading branch information
matiaskorhonen committed Aug 7, 2024
1 parent 234e6e0 commit 5bb0ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codesign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
CODESIGN_IDENTITY: ${{ secrets.CODESIGN_IDENTITY }}
run: |
# sign the binary
codesign --sign "$CODESIGN_IDENTITY" tmp/paper-age
codesign --force --sign "$CODESIGN_IDENTITY" tmp/paper-age
- name: Upload the signed binary
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5bb0ad9

Please sign in to comment.