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 7ec28a8 commit 88984c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
cd ../../..
- name: Notarize the zip file
if: matrix.build.os == 'macos-12'
if: matrix.build.os == 'macos-12' && inputs.build-release
run: |
echo "Notarizing Zip Files"
gon -log-level=info -log-json ./build/darwin/http/gon-notarize.json
Expand Down

0 comments on commit 88984c3

Please sign in to comment.