specify destination artifact path to avoid excessive nesting
This commit is contained in:
parent
d6d01c5c4f
commit
ee1c7f734e
|
@ -26,6 +26,7 @@ jobs:
|
||||||
|
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: app/build/outputs/apk
|
path: app/build/outputs/apk
|
||||||
|
destination: apks
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue