Skip to content

Commit

Permalink
added debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan1258 authored Jul 18, 2024
1 parent b63eb6d commit f323f4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_sign_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ jobs:
run: |
xcrun notarytool store-credentials "notarytool-profile" --apple-id "$PROD_MACOS_NOTARIZATION_APPLE_ID" --team-id "$PROD_MACOS_NOTARIZATION_TEAM_ID" --password "$PROD_MACOS_NOTARIZATION_PWD"
ditto -c -k --keepParent "$PWD/build/MenuBar Weather.app" "notarization.zip"
xcrun notarytool submit "notarization.zip" --keychain-profile "notarytool-profile" --wait
SUBMISSION_ID=$(xcrun notarytool submit "notarization.zip" --keychain-profile "notarytool-profile" --wait | grep 'id: ' | awk '{print $2}')
echo "Submission ID: $SUBMISSION_ID"
xcrun notarytool log "$SUBMISSION_ID" --keychain-profile "notarytool-profile"
# xcrun notarytool submit "notarization.zip" --keychain-profile "notarytool-profile" --wait
xcrun stapler staple "$PWD/build/MenuBar Weather.app"
Expand Down

0 comments on commit f323f4c

Please sign in to comment.