Skip to content

Commit

Permalink
chore: only notarize dmg during release
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Aug 19, 2024
1 parent 6a247d7 commit 9cc64ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
mv ./build/out/${{ env.PACKAGE_NAME }}.dmg ./build/bin/
- name: Notarize the DMG image
if: runner.os == 'macOS'
if: runner.os == 'macOS' && inputs.build-release
run: |
echo "Notarizing Zip Files"
gon -log-level=info -log-json ./build/darwin/gon-notarize.json
Expand Down

0 comments on commit 9cc64ec

Please sign in to comment.