Skip to content

Commit

Permalink
Set path to match original path
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Nov 20, 2024
1 parent 063de50 commit 3fa7b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/diagnose_cache_size.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
- uses: actions/cache/restore@v4
with:
path: |
cache/
vendor/bundle/
key: setup-ruby-bundler-cache-v6-ubuntu-22.04-x64-ruby-3.1.6-wd-/home/runner/work/manageiq-providers-ibm_cloud/manageiq-providers-ibm_cloud-with--without--only--Gemfile.lock-1640b0617d93b069ce17fe8efbda8dd9651edd3f6aa9fa624cd97a1b4a2e505c
restore-keys: |
setup-ruby-bundler-cache-v6-ubuntu-22.04-x64-ruby-3.1.6-wd-/home/runner/work/manageiq-providers-ibm_cloud/manageiq-providers-ibm_cloud-with--without--only--Gemfile.lock-
fail-on-cache-miss: true
- uses: actions/upload-artifact@v4
with:
name: cache
path: cache/
path: vendor/bundle/

0 comments on commit 3fa7b0e

Please sign in to comment.