Skip to content

Commit b087120

Browse files
committed
update package script to not sleep
1 parent 6692e88 commit b087120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/package-macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if [[ -n "$MACOS_NOTARY_KEY_ID" ]]; then
3636
--wait
3737

3838
echo "Waiting for ticket propagation..."
39-
sleep 30
39+
# sleep 30
4040

4141
xcrun stapler staple "$DMG_PATH"
4242

0 commit comments

Comments
 (0)