mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-01-06 01:05: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
|
||||
with:
|
||||
path: |
|
||||
${{ runner.home }}/.gradle/caches
|
||||
${{ runner.home }}/.gradle/wrapper
|
||||
~/.gradle/caches
|
||||
~/.gradle/wrapper
|
||||
.gradle
|
||||
build
|
||||
node_modules
|
||||
|
Loading…
Reference in New Issue
Block a user