mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-01-07 09:45:50 +01:00
ci: Simplify cache paths
This commit is contained in:
parent
fb75b0f115
commit
a078b53a21
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -28,8 +28,8 @@ jobs:
|
|||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
${{ runner.home }}/.gradle/caches
|
~/.gradle/caches
|
||||||
${{ runner.home }}/.gradle/wrapper
|
~/.gradle/wrapper
|
||||||
.gradle
|
.gradle
|
||||||
build
|
build
|
||||||
node_modules
|
node_modules
|
||||||
|
Loading…
Reference in New Issue
Block a user