We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db62980 commit 33b9988Copy full SHA for 33b9988
.github/actions/gh-cache/save/action.yml
@@ -64,6 +64,7 @@ runs:
64
shell: bash
65
run: |
66
if [ -f "${{ inputs.path }}" ]; then
67
+ mkdir -p ".gh-cache-${{ github.run_id }}/$(dirname "${{ inputs.path }}")"
68
cp -Rf "${{ inputs.path }}" ".gh-cache-${{ github.run_id }}/${{ inputs.path }}"
69
echo "Copied '${{ inputs.path }}' to 'gh-cache' branch"
70
fi
0 commit comments