Try to build macOS with new app-specific-password secret

pull/1461/head
Koen Schmeets 2024-04-21 16:38:02 +02:00
parent a17ee176de
commit 656afaa12d
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ fi
# Submit the package for notarization
notarization_output=$(
xcrun notarytool submit "${dmg}" \
--apple-id "@env:MACOS_APPSTORE_USERNAME" \
--apple-id "hello@koenschmeets.nl" \
--password "@env:MACOS_APPSTORE_APP_PASSWORD" \
--team-id "8X77K9NDG3" \
--wait 2>&1)