diff --git a/macosx_notarize.sh b/macosx_notarize.sh index 00eaa27..e302157 100755 --- a/macosx_notarize.sh +++ b/macosx_notarize.sh @@ -32,7 +32,7 @@ echo "Uploading $ZIP_PATH for notarization and waiting for result" xcrun notarytool submit "$1.zip" \ --key $6 \ --key-id $5 \ - --key-issuer $7 \ + --issuer $7 \ --wait # staple