mirror of
https://github.com/infinilabs/coco-app.git
synced 2026-07-10 04:25:35 +02:00
fix(ci): correct rust-cache workspace mapping in release workflow
Agent-Logs-Url: https://github.com/infinilabs/coco-app/sessions/e251f5f0-9249-484c-b659-e1ecb11712a4 Co-authored-by: ayangweb <75017711+ayangweb@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
789e6f2000
commit
cc497299ca
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -139,7 +139,7 @@ jobs:
|
||||
- name: Rust cache
|
||||
uses: swatinem/rust-cache@v2
|
||||
with:
|
||||
workspaces: src-tauri/target
|
||||
workspaces: src-tauri -> target
|
||||
|
||||
- name: Sync node version and setup cache
|
||||
uses: actions/setup-node@v4
|
||||
|
||||
Reference in New Issue
Block a user