diff --git a/.github/workflows/build_sign_release.yml b/.github/workflows/build_sign_release.yml index 2b907cd..b134212 100644 --- a/.github/workflows/build_sign_release.yml +++ b/.github/workflows/build_sign_release.yml @@ -57,7 +57,7 @@ jobs: PROD_MACOS_NOTARIZATION_TEAM_ID: ${{ secrets.PROD_MACOS_NOTARIZATION_TEAM_ID }} PROD_MACOS_NOTARIZATION_PWD: ${{ secrets.PROD_MACOS_NOTARIZATION_PWD }} run: | - xcrun notarytool store-credentials --keychain-profile "notarytool-profile" --apple-id "$PROD_MACOS_NOTARIZATION_APPLE_ID" --team-id "$PROD_MACOS_NOTARIZATION_TEAM_ID" --password "$PROD_MACOS_NOTARIZATION_PWD" + 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 xcrun stapler staple "$PWD/build/MenuBar Weather.app"