From e6687352f7781024c8d0025141856a0591ad98ae Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Wed, 5 May 2021 22:50:09 +0100 Subject: [PATCH] Always save the results cache, even on failure --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 470f2b7..9f4a1f2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -21,7 +21,7 @@ jobs: toolchain: stable override: true - uses: Swatinem/rust-cache@v1 - - uses: actions/cache@v2 + - uses: actions/always-upload-cache@v2.1.3 with: path: results/results.yaml key: results-${{ hashFiles('Cargo.lock') }}-${{ hashFiles('README.md') }}