mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-12-02 02:56:33 +02:00
Fix path to always-upload-cache
This commit is contained in:
parent
e6687352f7
commit
48c7a6ced6
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
toolchain: stable
|
||||
override: true
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
- uses: actions/always-upload-cache@v2.1.3
|
||||
- uses: pat-s/always-upload-cache@v2.1.3
|
||||
with:
|
||||
path: results/results.yaml
|
||||
key: results-${{ hashFiles('Cargo.lock') }}-${{ hashFiles('README.md') }}
|
||||
|
Loading…
Reference in New Issue
Block a user