2
0
Fork 0
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:
asonix 2024-02-07 16:31:01 -06:00
parent 0b2afb1ac8
commit 39c74274fd

View file

@ -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