KEychain path

This commit is contained in:
Connor Yoh 2025-07-11 11:20:51 +01:00
parent ff3e7720b3
commit c8107a37a0

View File

@ -235,8 +235,11 @@ jobs:
# Sign the JAR using jarsigner with the Apple Developer certificate
echo "🔐 Signing JAR with Apple Developer certificate..."
KEYCHAIN_PATH="$HOME/Library/Keychains/build.keychain-db"
echo "Using keychain path: $KEYCHAIN_PATH"
jarsigner -verbose \
-keystore ../../../build.keychain \
-keystore "$KEYCHAIN_PATH" \
-storetype KeychainStore \
-storepass "$KEYCHAIN_PASSWORD" \
-signedjar "${MAIN_JAR}.signed" \