From a15dd30b1ee3be0b02b6c46928e588d86af3030c Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Sun, 15 Mar 2026 10:05:36 -0700 Subject: [PATCH] Update tauri-action to v0.6 to fix updater JSON and signature generation --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a654bc6..b1e230c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -122,7 +122,7 @@ jobs: p12-file-base64: ${{ secrets.APPLE_CERTIFICATE }} p12-password: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }} - - uses: tauri-apps/tauri-action@v0 + - uses: tauri-apps/tauri-action@v0.6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}