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:
copilot-swe-agent[bot]
2026-05-20 01:38:40 +00:00
committed by GitHub
parent 789e6f2000
commit cc497299ca

View File

@@ -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