Skip to content

Commit

Permalink
Notarize macOS builds for all but PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Feb 4, 2025
1 parent 116925b commit 1ee38f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
fi
DO_NOTARIZE='false'
if [ "$BUILD_MODE" != "devel" ]; then
if [ "${{ github.event_name }}" != "pull_request" ]; then
DO_NOTARIZE='true'
if [ -z "${{ secrets.APPLE_USERNAME }}" ]; then
echo "::warning::APPLE_USERNAME is empty; notarization disabled"
Expand Down

0 comments on commit 1ee38f9

Please sign in to comment.