Skip to content

Commit 583eb71

Browse files
committed
ci(release): disable notarytool s3 acceleration
1 parent 46d53d3 commit 583eb71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/notarize-mac-artifact.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ else
4040
fi
4141

4242
echo "🧾 Notarizing: $ARTIFACT"
43-
xcrun notarytool submit "$ARTIFACT" "${auth_args[@]}" --wait
43+
xcrun notarytool submit "$ARTIFACT" "${auth_args[@]}" --wait --no-s3-acceleration
4444

4545
case "$ARTIFACT" in
4646
*.dmg|*.pkg)

0 commit comments

Comments
 (0)