Skip to content

Commit 5bc8d5f

Browse files
committed
Use single key
1 parent d972041 commit 5bc8d5f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
with:
2626
path: |
2727
~/.gradle/caches/neoformruntime/assets
28-
key: nfrt-assets-${{ hashFiles('~/.gradle/caches/neoformruntime/assets/**/*') }}
29-
restore-keys: |
30-
nfrt-assets-
28+
key: mc-assets
3129
- name: Build with Gradle
3230
run: ./gradlew build
3331
env:

0 commit comments

Comments
 (0)