Skip to content

Commit

Permalink
Sign the DMG.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Jul 8, 2024
1 parent 1af9805 commit f1c481d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,17 @@ jobs:
out/artemis.dmg \
empty
- name: Sign DMG
if: github.event_name == 'release' || inputs.sign_macos
uses: toitlang/[email protected]
with:
certificate: ${{ secrets.MACOS_CERTIFICATE }}
certificate-password: ${{ secrets.MACOS_CERTIFICATE_PWD }}
username: ${{ secrets.AC_USERNAME }}
password: ${{ secrets.AC_PASSWORD }}
apple-team-id: 33DS2ZRDST
app-path: out/artemis.dmg

- name: Create a ZIP
run: |
zip -j out/artemis.zip build/macos/artemis
Expand Down

0 comments on commit f1c481d

Please sign in to comment.