8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1126fcf commit 6b761c1Copy full SHA for 6b761c1
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