mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-10 21:36:19 +00:00
ci: Simplify cache paths
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user