Skip to content

Commit

Permalink
Start caching whole lib directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew committed Jun 6, 2021
1 parent cc56c8d commit 33c2750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: pz-cache
uses: actions/cache@v2
with:
path: ./lib/zomboid.jar
path: ./lib/
key: PZ-${{ env.PZ_VERSION }}-${{ secrets.CACHE_VERSION }}
# Install Project Zomboid classes
- name: Install Zomboid classes
Expand All @@ -54,7 +54,7 @@ jobs:
if: steps.pz-cache.outputs.cache-hit != 'true'
uses: actions/cache@v2
with:
path: ./lib/zomboid.jar
path: ./lib/
key: PZ-${{ env.PZ_VERSION }}-${{ secrets.CACHE_VERSION }}
# Apply correct permissions for lib directory
- name: Apply directory permissions
Expand Down

0 comments on commit 33c2750

Please sign in to comment.