Skip to content

Commit c55cbe6

Browse files
committed
chore:a ction
1 parent 2f55b5b commit c55cbe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ jobs:
7676
# Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
7777
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
7878

79-
- uses: Swatinem/rust-cache@v1
79+
- uses: Swatinem/rust-cache@v2
8080
with:
81-
working-directory: "src-tauri"
81+
workspaces: "src-tauri -> target"
8282

8383
- name: Install deps
8484
uses: bahmutov/npm-install@v1

0 commit comments

Comments
 (0)