diff --git a/.github/workflows/compile-and-publish-binaries-to-release.yml b/.github/workflows/compile-and-publish-binaries-to-release.yml index 4c62cd1..e2b12d4 100644 --- a/.github/workflows/compile-and-publish-binaries-to-release.yml +++ b/.github/workflows/compile-and-publish-binaries-to-release.yml @@ -64,7 +64,7 @@ jobs: - uses: Swatinem/rust-cache@v2 with: - shared-key: ${{ matrix.supporteds.target }} + shared-key: ${{ matrix.supporteds.target }}-latest cache-on-failure: "true" - name: Build for release