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 1ad2ed8 commit ec122c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ jobs:
- name: Create DMG
run: ./gradlew packageReleaseDmg

- name: Set keychain
run: |
security list-keychains -s "/Users/runner/Library/Keychains/signing_temp.keychain-db"
security default-keychain -s "/Users/runner/Library/Keychains/signing_temp.keychain-db"
security unlock-keychain -p "${{ secrets.MAC_APP_DISTRIBUTION_INSTALLER_CERTIFICATE_PWD }}" "/Users/runner/Library/Keychains/signing_temp.keychain-db"
- 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
Expand Down

0 comments on commit ec122c6

Please sign in to comment.