mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-08-28 08:25:56 +02:00
fix paperweight cache
This commit is contained in:
parent
3ea16a5b44
commit
8485e8f668
1 changed files with 2 additions and 1 deletions
3
.github/workflows/gradle.yml
vendored
3
.github/workflows/gradle.yml
vendored
|
|
@ -53,7 +53,8 @@ jobs:
|
||||||
uses: actions/cache@v6
|
uses: actions/cache@v6
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./*/.gradle/caches/paperweight
|
./nms/*/.gradle/caches/paperweight
|
||||||
|
./.gradle/caches/paperweight
|
||||||
key: paperweight-submodules-${{ runner.os }}-${{ hashFiles('nms/*/build.gradle*') }}
|
key: paperweight-submodules-${{ runner.os }}-${{ hashFiles('nms/*/build.gradle*') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
paperweight-submodules-${{ runner.os }}-
|
paperweight-submodules-${{ runner.os }}-
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue