From 0cdc52dfca44ddd3cb6e1598f7847b56db47aa03 Mon Sep 17 00:00:00 2001 From: Lucas Oskorep Date: Sun, 28 Aug 2022 12:39:33 -0400 Subject: [PATCH] creating artifact from debug aab --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d32b973..b2c5cb7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,10 @@ build-debug: script: - sh install_tflite.sh -d - flutter build appbundle --debug + artifacts: + name: android-debug-abb + paths: + - build/app/outputs/bundle/debug/app-debug.aab tags: - MacOS