Update .gitlab-ci.yml file

main
Joerg 2023-06-25 21:05:09 +00:00
parent 471a10926a
commit ac9ac6a513
1 changed files with 3 additions and 1 deletions

View File

@ -22,9 +22,11 @@ build:
script:
- flutter packages get
- flutter build apk
- flutter build web
artifacts:
paths:
- build/app/outputs/flutter-apk/app-release.apk
- build/app/outputs/flutter-apk/app-release.apk#
- build/web
test:
stage: build