ci: Update cache key

This commit is contained in:
oSumAtrIX
2023-11-21 23:41:43 +01:00
parent 1eb51e9d4f
commit d29016b428

View File

@@ -32,7 +32,7 @@ jobs:
.gradle
build
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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}