paths -> path

This commit is contained in:
asonix 2024-02-07 16:31:01 -06:00
parent 0b2afb1ac8
commit 39c74274fd
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ runs:
id: cache id: cache
uses: https://github.com/actions/cache/restore@v4 uses: https://github.com/actions/cache/restore@v4
with: with:
paths: | path: |
~/.cargo/bin ~/.cargo/bin
~/.cargo/registry/index ~/.cargo/registry/index
~/.cargo/registry/cache ~/.cargo/registry/cache
@ -54,7 +54,7 @@ runs:
uses: https://github.com/actions/cache/restore@v4 uses: https://github.com/actions/cache/restore@v4
if: steps.cache.ou.cache-hit != 'true' if: steps.cache.ou.cache-hit != 'true'
with: with:
paths: | path: |
~/.cargo/bin ~/.cargo/bin
~/.cargo/registry/index ~/.cargo/registry/index
~/.cargo/registry/cache ~/.cargo/registry/cache