From 7ddba8716def16bac1aa6391e2cb107a505bb16f Mon Sep 17 00:00:00 2001 From: LightQuantum Date: Tue, 22 Aug 2023 06:02:51 +0800 Subject: [PATCH] fix(ci): not using build cache in release --- .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 fb6d006..d37dc74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: - uses: Swatinem/rust-cache@v2 name: Rust Cache with: - shared-key: build-${{ matrix.target }}-${{ github.ref }} + shared-key: build-${{ matrix.target }}-refs/heads/master - uses: taiki-e/upload-rust-binary-action@v1 name: Build and Upload with: