From ff3e7720b38d1389731445e8293dadcdd269d777 Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Fri, 11 Jul 2025 10:54:40 +0100 Subject: [PATCH] Keychain path --- .github/workflows/tauri-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \