Try to build macOS with new app-specific-password secret
This commit is contained in:
parent
a17ee176de
commit
656afaa12d
2
.github/scripts/sign-macos.sh
vendored
2
.github/scripts/sign-macos.sh
vendored
@ -66,7 +66,7 @@ fi
|
|||||||
# Submit the package for notarization
|
# Submit the package for notarization
|
||||||
notarization_output=$(
|
notarization_output=$(
|
||||||
xcrun notarytool submit "${dmg}" \
|
xcrun notarytool submit "${dmg}" \
|
||||||
--apple-id "@env:MACOS_APPSTORE_USERNAME" \
|
--apple-id "hello@koenschmeets.nl" \
|
||||||
--password "@env:MACOS_APPSTORE_APP_PASSWORD" \
|
--password "@env:MACOS_APPSTORE_APP_PASSWORD" \
|
||||||
--team-id "8X77K9NDG3" \
|
--team-id "8X77K9NDG3" \
|
||||||
--wait 2>&1)
|
--wait 2>&1)
|
||||||
|
Loading…
Reference in New Issue
Block a user