Skip to content

Commit

Permalink
Attempt self-signing for mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersonmichaelj committed Oct 15, 2024
1 parent 78de4c1 commit 84c8992
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ jobs:
</dict>
</plist>' > ESim-Mailer.app/Contents/Info.plist
- name: Self-sign app (macOS)
if: runner.os == 'macOS'
run: |
codesign --force --deep --sign - ESim-Mailer.app
- name: Create DMG (macOS)
if: runner.os == 'macOS'
run: |
Expand Down

0 comments on commit 84c8992

Please sign in to comment.