Skip to content

Commit

Permalink
apple signing
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Jun 27, 2024
1 parent bd83bc9 commit e740184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Sign the App
run: |
codesign --deep --force --verbose --sign "Apple Development: Your Name (XXXXXXXXXX)" build/macos/Build/Products/Release/maid.app
codesign --deep --force --verbose --sign ${{ secrets.APPLE_SIGNING_IDENTITY }} build/macos/Build/Products/Release/maid.app
- name: Set execute permissions
run: |
Expand Down

0 comments on commit e740184

Please sign in to comment.