Skip to content

Commit 5c704f8

Browse files
committed
Fixed caching path
1 parent 2f5e226 commit 5c704f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
id: cache-jacoco
2323
uses: actions/cache@v4
2424
with:
25-
path: ~/jacoco-0.8.14
26-
key: ${{ runner.os }}-jacoco-cli-${{ hashFiles('generate-jacoco-report.sh') }}
25+
path: ${{ github.workspace }}/jacoco-0.8.14
26+
key: ${{ runner.os }}-jacoco-cli-${{ hashFiles('get-jacoco.sh') }}
2727

2828
- name: Build with Maven
2929
run: mvn --batch-mode --update-snapshots package

0 commit comments

Comments
 (0)