Keychain path

This commit is contained in:
Connor Yoh 2025-07-11 10:54:40 +01:00
parent c285c67a10
commit ff3e7720b3

View File

@ -236,7 +236,7 @@ jobs:
# Sign the JAR using jarsigner with the Apple Developer certificate # Sign the JAR using jarsigner with the Apple Developer certificate
echo "🔐 Signing JAR with Apple Developer certificate..." echo "🔐 Signing JAR with Apple Developer certificate..."
jarsigner -verbose \ jarsigner -verbose \
-keystore build.keychain \ -keystore ../../../build.keychain \
-storetype KeychainStore \ -storetype KeychainStore \
-storepass "$KEYCHAIN_PASSWORD" \ -storepass "$KEYCHAIN_PASSWORD" \
-signedjar "${MAIN_JAR}.signed" \ -signedjar "${MAIN_JAR}.signed" \