Skip to content

Commit

Permalink
Refactor build.yaml to fix stapler validation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Oct 30, 2024
1 parent 6c62f59 commit e4793b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ jobs:
"${{ secrets.APPLE_DEVELOPER_ID_PASSWORD }}" --team-id \
"${{ secrets.APPLE_DEVELOPER_ID_TEAM }}" --wait --verbose
chmod 755 dist/note-taker
xcrun stapler staple -f dist/note-taker
xcrun stapler validate dist/note-taker || true # Check if already stapled
xcrun stapler staple dist/note-taker
- name: Verify Notarization
if: startsWith(matrix.os, 'macos')
Expand Down

0 comments on commit e4793b5

Please sign in to comment.