From 389f18bd5be98ba33080c821c23f130a09239040 Mon Sep 17 00:00:00 2001 From: Joerg Date: Sun, 25 Jun 2023 12:48:09 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35199c4..bc8c08d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ build: - flutter build apk artifacts: paths: - - /build/app/outputs/apk/release/app-release.apk + - /build/app/outputs/flutter-apk/app-release.apk test: stage: build