Skip to content

Commit

Permalink
Add entry for tauri workspace when caching CI artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
InoUno committed Nov 13, 2023
1 parent 248392a commit 75cc823
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
with:
workspaces: |
.
./client/src-tauri
- name: Setup node
uses: actions/setup-node@v3
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
with:
workspaces: |
.
./client/src-tauri
- name: Setup node
uses: actions/setup-node@v3
Expand Down

0 comments on commit 75cc823

Please sign in to comment.