Skip to content

Commit d972041

Browse files
committed
Fix hashFiles
1 parent f2d3f7b commit d972041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
path: |
2727
~/.gradle/caches/neoformruntime/assets
28-
key: nfrt-assets-${{ hashFiles('~/.gradle/caches/neoformruntime/assets') }}
28+
key: nfrt-assets-${{ hashFiles('~/.gradle/caches/neoformruntime/assets/**/*') }}
2929
restore-keys: |
3030
nfrt-assets-
3131
- name: Build with Gradle

0 commit comments

Comments
 (0)