Skip to content

Commit

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

0 comments on commit cc0934a

Please sign in to comment.