ci: Update cache key

This commit is contained in:
oSumAtrIX
2023-11-21 23:41:41 +01:00
parent 3e455ae7c2
commit acaf657397

View File

@@ -31,7 +31,7 @@ jobs:
${{ runner.home }}/.gradle/wrapper
.gradle
node_modules
key: ${{ runner.os }}-gradle-npm-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties', 'package-lock.json') }}
key: gradle-npm-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties', 'package-lock.json') }}
- name: Build with Gradle
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}