From e6c9d21b195dc0af792a6ff43aa92bb4949a3315 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 25 Aug 2026 18:40:50 +0000 Subject: [PATCH] ci: upgrade tauri-action to v1 for proper updater sig uploads --- .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 018d3f8..b56891a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf - name: Build and release - uses: tauri-apps/tauri-action@v0 + uses: tauri-apps/tauri-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: