Always save the results cache, even on failure

pull/1080/head
Tom Parker-Shemilt 3 years ago
parent 5b46fba714
commit e6687352f7

@ -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') }}

Loading…
Cancel
Save