ci: Simplify cache paths
This commit is contained in:
parent
975c3915da
commit
b3a6a2d0d8
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -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') }}
|
||||
|
|
Loading…
Reference in a new issue