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 54185e3 commit 4b77c14
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ jobs:
- name: Verify Signature
run: spctl -a -t open --context context:primary-signature -v composeApp/build/compose/binaries/main-release/dmg/*.dmg

- name: Upload reports
if: failure()
uses: actions/upload-artifact@v4
with:
name: reports
path: |
**/build/compose/logs/*
- name: Upload DMG
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 4b77c14

Please sign in to comment.