fix syntax error in circleci config store_artifacts step
This commit is contained in:
parent
8a3f1481be
commit
a540eef46d
|
@ -28,7 +28,7 @@ jobs:
|
||||||
no_output_timeout: 1800
|
no_output_timeout: 1800
|
||||||
|
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
- app/build/outputs/apk
|
path: app/build/outputs/apk
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue