ci: Update cache key

This commit is contained in:
oSumAtrIX 2023-11-21 23:41:41 +01:00
parent 3cfeb8a65c
commit 13494cda4c
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

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 }}