fix paperweight cache

This commit is contained in:
alexcrea 2026-07-17 01:23:56 +02:00
parent 6fcc5bdf64
commit d9624c17ba
Signed by: alexcrea
GPG key ID: E59DF23EE2A2266C

View file

@ -49,7 +49,8 @@ jobs:
uses: actions/cache@v6
with:
path: |
./*/.gradle/caches/paperweight
./nms/*/.gradle/caches/paperweight
./.gradle/caches/paperweight
key: paperweight-submodules-${{ runner.os }}-${{ hashFiles('nms/*/build.gradle*') }}
restore-keys: |
paperweight-submodules-${{ runner.os }}-