Update .gitlab-ci.yml file
parent
389f18bd5b
commit
ff9fb89cf7
|
@ -24,7 +24,7 @@ build:
|
||||||
- flutter build apk
|
- flutter build apk
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- /build/app/outputs/flutter-apk/app-release.apk
|
- build/app/outputs/flutter-apk/app-release.apk
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
Loading…
Reference in New Issue