ci: Simplify cache paths

This commit is contained in:
oSumAtrIX 2023-11-22 00:11:15 +01:00
parent c4d01b2334
commit dcca2e5e8d
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ jobs:
uses: actions/cache@v3
with:
path: |
${{ runner.home }}/.gradle/caches
${{ runner.home }}/.gradle/wrapper
~/.gradle/caches
~/.gradle/wrapper
.gradle
node_modules
key: gradle-npm-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties', 'package-lock.json') }}