Skip to content

Commit

Permalink
stop action after 1 signing failure
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Sep 8, 2024
1 parent 9f48ad1 commit baa2100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/mac/sign-apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ sign() {
# Finally, we need to "attach the staple" to our executable, which will allow our app to be
# validated by macOS even when an internet connection is not available.
echo "Attach staple"
xcrun stapler staple "$APP_PATH"
xcrun stapler staple "$APP_PATH" || exit 1
}

sign "Blades of Exile"
Expand Down

0 comments on commit baa2100

Please sign in to comment.