Update cache/restore/action.yaml

This commit is contained in:
Zakary Timson 2023-08-07 02:57:26 +00:00
parent f8819a45d5
commit 279f65ee46

View File

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