Skip to content

Commit e694321

Browse files
committed
fix keychain
1 parent e3287b2 commit e694321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ xcrun notarytool store-credentials "notarytool-credentials" \
113113
--apple-id "$APPLE_ID" \
114114
--team-id "$APPLE_TEAM_ID" \
115115
--password "$APPLE_ID_PASSWORD" \
116-
--keychain "$HOME/Library/Keychains/$KEYCHAIN"
116+
--keychain "$KEYCHAIN"
117117

118118
xcrun notarytool submit "$DMG_PATH" \
119119
--keychain-profile "notarytool-credentials" \
120-
--keychain "$HOME/Library/Keychains/$KEYCHAIN" \
120+
--keychain "$KEYCHAIN" \
121121
--wait
122122

123123
# Staple the notarization to the app and dmg, so they work without internet

0 commit comments

Comments
 (0)