From f97c9da11d1d4123e320d13337e53d46b0f24e25 Mon Sep 17 00:00:00 2001 From: t8y2 <1156263951@qq.com> Date: Mon, 4 May 2026 18:52:54 +0800 Subject: [PATCH] ci: enable cache-on-failure for Rust build cache --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a225a9543..afb617948 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,6 +50,7 @@ jobs: with: workspaces: './src-tauri -> target' shared-key: release-${{ matrix.target }} + cache-on-failure: true - name: Install Apple certificate (macOS) if: startsWith(matrix.platform, 'macos')