Skip to content

Commit

Permalink
testing ad hoc mac signing
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaribsin committed Jul 28, 2024
1 parent ac89f39 commit 3949a20
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
# dist/electron/Packaged/*.zip
# dist/electron/Packaged/builder-debug.yml

- name: Sign Mac App
if: matrix.platform == 'osx'
uses: indygreg/apple-code-sign-action@v1
with:
input_path: dist/electron/Packaged/*.dmg

- name: Create new release
uses: softprops/action-gh-release@v1
with:
Expand All @@ -62,4 +68,3 @@ jobs:
dist/electron/Packaged/*.deb
dist/electron/Packaged/*.tar.gz
dist/electron/Packaged/*.dmg
dist/electron/Packaged/*.zip

0 comments on commit 3949a20

Please sign in to comment.