Update cache/action.yaml

This commit is contained in:
Zakary Timson 2023-11-24 00:18:26 +00:00
parent 47f9b3f184
commit 44489ba6d4

1
cache/action.yaml vendored
View File

@ -18,3 +18,4 @@ runs:
mkdir -p "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}"
tar --overwrite -czf "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}/archive.tar.gz" ${{ inputs.pattern }}
echo "Created cache: /cache/$GITHUB_REPOSITORY/${{ inputs.key }}/archive.tar.gz"
shell: sh