Skip to content

Commit

Permalink
wip sign app
Browse files Browse the repository at this point in the history
  • Loading branch information
marzelwidmer committed Sep 8, 2024
1 parent 9617d0d commit c3fd7a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ jobs:
- name: Create DMG
run: ./gradlew packageReleaseDmg

- name: Sign DMG
run: |
codesign --deep --force --verify --verbose --sign "3rd Party Mac Developer Installer: Marcel Widmer (E9YX4X8TYH)" composeApp/build/compose/binaries/main-release/dmg/*.dmg
- name: Verify Signature
run: spctl -a -t open --context context:primary-signature -v composeApp/build/compose/binaries/main-release/dmg/*.dmg

- name: Upload DMG
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit c3fd7a8

Please sign in to comment.