Skip to content

Commit

Permalink
gh-actions/gcs/restore: Ensure restore directory exists (#2442)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Nov 11, 2024
1 parent 8ab63c2 commit 6ec3067
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gh-actions/gcs/cache/restore/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ inputs:
runs:
using: "composite"
steps:
- run: |
mkdir -p ${{ inputs.path }}
- name: Restore GCS cache
run: |
gsutil cp gs://${BUCKET}/${BLOB} - \
Expand Down

0 comments on commit 6ec3067

Please sign in to comment.