Skip to content

Commit

Permalink
fix cache issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Oct 20, 2023
1 parent 8129906 commit 75951a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-marketplace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
id: cache-api
with:
path: api.adoptium.net/target
path: api.adoptium.net/**/target
key: api-build-${{ steps.get-submodule-sha.outputs.SUBMODULE_SHA }}
restore-keys: |
api-build-${{ steps.get-submodule-sha.outputs.SUBMODULE_SHA }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-vendor-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
id: cache-api
with:
path: api.adoptium.net/target
path: api.adoptium.net/**/target
key: api-build-${{ steps.get-submodule-sha.outputs.SUBMODULE_SHA }}
restore-keys: |
api-build-${{ steps.get-submodule-sha.outputs.SUBMODULE_SHA }}
Expand Down

0 comments on commit 75951a2

Please sign in to comment.