Update cache/restore/action.yaml
This commit is contained in:
parent
f8819a45d5
commit
279f65ee46
4
cache/restore/action.yaml
vendored
4
cache/restore/action.yaml
vendored
@ -12,9 +12,9 @@ runs:
|
|||||||
container:
|
container:
|
||||||
image: alpine
|
image: alpine
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/cache:/cache
|
- /mnt/cache:/mnt/cache
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- 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" || \
|
tar -xzf "archive.tar.gz" || \
|
||||||
echo "Cache not found"
|
echo "Cache not found"
|
Loading…
Reference in New Issue
Block a user