From cc497299ca58b2c6cebed15a748aceae8843baa2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 20 May 2026 01:38:40 +0000 Subject: [PATCH] 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> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e58d6e07..859045eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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