From b0ab8f634815052a2c13960cd5d4fcc6aa6b4ddf Mon Sep 17 00:00:00 2001 From: Alex Tkachev Date: Sat, 10 Sep 2022 08:03:50 +0300 Subject: [PATCH] ci: try to fix cargo cache --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4ffc5d..08827ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,8 @@ jobs: with: toolchain: stable - uses: Swatinem/rust-cache@v2 + with: + workspaces: "src-tauri -> target" - name: install app dependencies run: yarn - uses: tauri-apps/tauri-action@v0