diff --git a/.github/workflows/tauri-test.yml b/.github/workflows/tauri-test.yml index b4e69129f..d9c255fec 100644 --- a/.github/workflows/tauri-test.yml +++ b/.github/workflows/tauri-test.yml @@ -236,7 +236,7 @@ jobs: # Sign the JAR using jarsigner with the Apple Developer certificate echo "🔐 Signing JAR with Apple Developer certificate..." jarsigner -verbose \ - -keystore build.keychain \ + -keystore ../../../build.keychain \ -storetype KeychainStore \ -storepass "$KEYCHAIN_PASSWORD" \ -signedjar "${MAIN_JAR}.signed" \