We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d53d3 commit 583eb71Copy full SHA for 583eb71
1 file changed
scripts/notarize-mac-artifact.sh
@@ -40,7 +40,7 @@ else
40
fi
41
42
echo "🧾 Notarizing: $ARTIFACT"
43
-xcrun notarytool submit "$ARTIFACT" "${auth_args[@]}" --wait
+xcrun notarytool submit "$ARTIFACT" "${auth_args[@]}" --wait --no-s3-acceleration
44
45
case "$ARTIFACT" in
46
*.dmg|*.pkg)
0 commit comments