From 9aabd195bc28b7675d8d5db369fb71eb6b24f612 Mon Sep 17 00:00:00 2001 From: Kai Kriegel Date: Mon, 13 Sep 2021 21:50:41 +0000 Subject: [PATCH] changed android package path --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ee7772..105bf24 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,7 +87,7 @@ build_Android: artifacts: expire_in: 1 week # save gitlab server space, we copy the files we need to deploy folder later on paths: - - Borepin/Borepin.Android/bin/Release/org.fabinfra.fabaccess.apk # saving apk to copy to deploy folder + - Borepin/Borepin.Android/bin/Release/org.fabinfra.fabaccess.aab # saving apk to copy to deploy folder # - '$env:TEST_FOLDER\' # saving entire Test project so NUnit can run tests build_iOS: