creating artifact from debug aab

This commit is contained in:
Lucas Oskorep
2022-08-28 12:39:33 -04:00
parent 021fa39252
commit 0cdc52dfca
+4
View File
@@ -30,6 +30,10 @@ build-debug:
script: script:
- sh install_tflite.sh -d - sh install_tflite.sh -d
- flutter build appbundle --debug - flutter build appbundle --debug
artifacts:
name: android-debug-abb
paths:
- build/app/outputs/bundle/debug/app-debug.aab
tags: tags:
- MacOS - MacOS