Fix issuer command line switch

This commit is contained in:
FriwiDev 2022-11-01 04:33:21 +01:00
parent 0cae73fa86
commit 7b7fe2c47e

View File

@ -32,7 +32,7 @@ echo "Uploading $ZIP_PATH for notarization and waiting for result"
xcrun notarytool submit "$1.zip" \ xcrun notarytool submit "$1.zip" \
--key $6 \ --key $6 \
--key-id $5 \ --key-id $5 \
--key-issuer $7 \ --issuer $7 \
--wait --wait
# staple # staple