From 2b2978cef2a2cceda0b00052bad0a115221552a0 Mon Sep 17 00:00:00 2001 From: Liam Hanrahan <60296487+outercloudstudio@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:24:25 -0500 Subject: [PATCH] Move back to solvedDev action --- .github/workflows/build-tauri-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-tauri-app.yml b/.github/workflows/build-tauri-app.yml index 7d439486a..730392123 100644 --- a/.github/workflows/build-tauri-app.yml +++ b/.github/workflows/build-tauri-app.yml @@ -57,7 +57,7 @@ jobs: # args: --target aarch64-apple-darwin - name: Build the app 💻 - uses: tauri-apps/tauri-action@v0.5.12 + uses: solvedDev/tauri-action@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}