Skip to content

Commit dad5366

Browse files
committed
retry
1 parent d106ed4 commit dad5366

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/build.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ mv ./Coder\ Desktop*.dmg "./build/Coder Desktop.dmg"
5151
xcrun notarytool store-credentials "notarytool-credentials" \
5252
--apple-id "$APPLE_ID" \
5353
--team-id "$APPLE_TEAM_ID" \
54-
--password "$APPLE_ID_PASSWORD"
54+
--password "$APPLE_ID_PASSWORD" \
55+
--keychain "$KEYCHAIN_PATH"
5556

5657
# xcrun notarytool submit "Coder Desktop.dmg" --keychain-profile "notarytool-credentials" --wait
5758

0 commit comments

Comments
 (0)