chore(CircleCI): 增加保存 mapping 文件
This commit is contained in:
parent
e39f577583
commit
7e653906e4
|
|
@ -35,4 +35,7 @@ jobs:
|
||||||
command: ./gradlew clean resguardRelease --no-daemon --stacktrace
|
command: ./gradlew clean resguardRelease --no-daemon --stacktrace
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: app/release/
|
path: app/release/
|
||||||
destination: apks/
|
destination: apk/
|
||||||
|
- store_artifacts:
|
||||||
|
path: app/build/outputs/mapping/release/
|
||||||
|
destination: mapping/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue