mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-02-24 10:01:11 +01:00
ci: Simplify cache paths
This commit is contained in:
parent
c4d01b2334
commit
dcca2e5e8d
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…
x
Reference in New Issue
Block a user