From eafd2127e311e7d69ebadf718167f46cbfbefd64 Mon Sep 17 00:00:00 2001 From: Steven Enamakel Date: Thu, 26 Mar 2026 15:40:10 -0700 Subject: [PATCH] chore: downgrade tauri-action version in workflows - Updated the tauri-action version from v1 to v0.6.2 in both package-and-publish.yml and release.yml workflows for compatibility reasons. --- .github/workflows/package-and-publish.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package-and-publish.yml b/.github/workflows/package-and-publish.yml index 1cb1a6d80..1a65b4b6e 100644 --- a/.github/workflows/package-and-publish.yml +++ b/.github/workflows/package-and-publish.yml @@ -291,7 +291,7 @@ jobs: VITE_DEBUG: ${{ vars.VITE_DEBUG }} - name: Build, package and publish - uses: tauri-apps/tauri-action@v1 + uses: tauri-apps/tauri-action@v0.6.2 id: build-tauri env: APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE_BASE64 }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a1264fed5..4ebc955fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -279,7 +279,7 @@ jobs: VITE_DEBUG: ${{ vars.VITE_DEBUG }} - name: Build, package and upload to release - uses: tauri-apps/tauri-action@v1 + uses: tauri-apps/tauri-action@v0.6.2 env: APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE_BASE64 }} APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}