Maybe fix macOS notarization
This commit is contained in:
parent
656afaa12d
commit
d0a201e0cb
2
.github/scripts/sign-macos.sh
vendored
2
.github/scripts/sign-macos.sh
vendored
@ -67,7 +67,7 @@ fi
|
|||||||
notarization_output=$(
|
notarization_output=$(
|
||||||
xcrun notarytool submit "${dmg}" \
|
xcrun notarytool submit "${dmg}" \
|
||||||
--apple-id "hello@koenschmeets.nl" \
|
--apple-id "hello@koenschmeets.nl" \
|
||||||
--password "@env:MACOS_APPSTORE_APP_PASSWORD" \
|
--password "${MACOS_APPSTORE_APP_PASSWORD}" \
|
||||||
--team-id "8X77K9NDG3" \
|
--team-id "8X77K9NDG3" \
|
||||||
--wait 2>&1)
|
--wait 2>&1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user