Fix cache
This commit is contained in:
parent
0aaa804db5
commit
fab367a5ef
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- run: git submodule update --init --recursive
|
- run: git submodule update --init --recursive
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: jars-{{ checksum "build.gradle" }}
|
key: jars-{{ checksum "build.gradle.kts" }}
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: go-{{ checksum "app/src/main/go/v2ray-plugin/go.sum" }}
|
key: go-{{ checksum "app/src/main/go/v2ray-plugin/go.sum" }}
|
||||||
- run:
|
- run:
|
||||||
|
@ -25,7 +25,7 @@ jobs:
|
||||||
paths:
|
paths:
|
||||||
- ~/.gradle
|
- ~/.gradle
|
||||||
- ~/.android/build-cache
|
- ~/.android/build-cache
|
||||||
key: jars-{{ checksum "build.gradle" }}
|
key: jars-{{ checksum "build.gradle.kts" }}
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: app/build/outputs/apk
|
path: app/build/outputs/apk
|
||||||
destination: apk
|
destination: apk
|
||||||
|
|
Loading…
Reference in a new issue