Skip to content

Commit 5aa7e08

Browse files
author
github-actions
committed
chore: fix ci cache key
1 parent bf01fa5 commit 5aa7e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/cache@v3
2828
with:
2929
path: ~/.gradle/caches
30-
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
30+
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*') }}
3131
restore-keys: |
3232
${{ runner.os }}-gradle-
3333

0 commit comments

Comments
 (0)