We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d106ed4 commit dad5366Copy full SHA for dad5366
scripts/build.sh
@@ -51,7 +51,8 @@ mv ./Coder\ Desktop*.dmg "./build/Coder Desktop.dmg"
51
xcrun notarytool store-credentials "notarytool-credentials" \
52
--apple-id "$APPLE_ID" \
53
--team-id "$APPLE_TEAM_ID" \
54
- --password "$APPLE_ID_PASSWORD"
+ --password "$APPLE_ID_PASSWORD" \
55
+ --keychain "$KEYCHAIN_PATH"
56
57
# xcrun notarytool submit "Coder Desktop.dmg" --keychain-profile "notarytool-credentials" --wait
58
0 commit comments