From 0f547aff467473e24fae741b04c0dbc0426bb821 Mon Sep 17 00:00:00 2001 From: &Cherry <35111165+Lamby777@users.noreply.github.com> Date: Sun, 26 May 2024 22:27:19 -0400 Subject: [PATCH] Update tauri.yml --- .github/workflows/tauri.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tauri.yml b/.github/workflows/tauri.yml index b753222..7613ebc 100644 --- a/.github/workflows/tauri.yml +++ b/.github/workflows/tauri.yml @@ -8,6 +8,9 @@ on: jobs: publish-tauri: + defaults: + run: + working-directory: ./tql_gui permissions: contents: write strategy: @@ -47,11 +50,6 @@ jobs: # Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds. targets: ${{ matrix.settings.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }} - - name: Rust cache - uses: swatinem/rust-cache@v2 - with: - workspaces: './src-tauri -> target' - - name: install frontend dependencies # If you don't have `beforeBuildCommand` configured you may want to build your frontend here too. run: yarn install # change this to npm or pnpm depending on which one you use.