Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 451c4b2

Browse files
committedFeb 6, 2025
retry
1 parent c57bd3a commit 451c4b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎scripts/build.sh

Lines changed: 2 additions & 1 deletion
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)
Please sign in to comment.