Skip to content

Commit

Permalink
Tweak the codesign arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
matiaskorhonen committed Aug 7, 2024
1 parent 5bb0ad9 commit 109b190
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codesign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ jobs:
run: ls -la tmp
- name: Sign the binary
env:
CODESIGN_IDENTITY: ${{ secrets.CODESIGN_IDENTITY }}
CODESIGN_IDENTITY: "7FP48PW9TN"
IDENTITY: "fi.matias.korhonen.paper-age"
run: |
# sign the binary
codesign --force --sign "$CODESIGN_IDENTITY" tmp/paper-age
codesign --force --sign "$CODESIGN_IDENTITY" --identifier "$IDENTIFIER" tmp/paper-age
- name: Upload the signed binary
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 109b190

Please sign in to comment.