Update cache/restore/action.yaml

This commit is contained in:
Zakary Timson 2023-08-07 02:51:56 +00:00
parent 784365d0b8
commit 7096d3b52b

View File

@ -12,7 +12,7 @@ runs:
container:
image: alpine
volumes:
- /cache:/cache
- /mnt/cache:/cache
steps:
- run: |
mv "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}/archive.tar.gz" . && \