mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
paths -> path
This commit is contained in:
parent
0b2afb1ac8
commit
39c74274fd
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ runs:
|
|||
id: cache
|
||||
uses: https://github.com/actions/cache/restore@v4
|
||||
with:
|
||||
paths: |
|
||||
path: |
|
||||
~/.cargo/bin
|
||||
~/.cargo/registry/index
|
||||
~/.cargo/registry/cache
|
||||
|
@ -54,7 +54,7 @@ runs:
|
|||
uses: https://github.com/actions/cache/restore@v4
|
||||
if: steps.cache.ou.cache-hit != 'true'
|
||||
with:
|
||||
paths: |
|
||||
path: |
|
||||
~/.cargo/bin
|
||||
~/.cargo/registry/index
|
||||
~/.cargo/registry/cache
|
||||
|
|
Loading…
Reference in a new issue