From dfc9c26427871ee6b65e7fbf1d5384c8208e9c8b Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sun, 8 Dec 2019 23:07:48 +0100 Subject: add currentReleases directory to output path for release and beta CI builds --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fac3a92f..65ae0a25 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -121,6 +121,7 @@ build_release: artifacts: paths: - app/build/outputs/ + - currentReleases/ - normalRelease.log when: always expire_in: 1 week @@ -134,6 +135,7 @@ build_fdroid_beta_release: artifacts: paths: - app/build/outputs/ + - currentReleases/ - normalBeta.log when: always expire_in: 1 week @@ -147,6 +149,7 @@ build_custom_release: artifacts: paths: - app/build/outputs/ + - currentReleases/ - customRelease.log when: always expire_in: 1 week @@ -160,6 +163,7 @@ build_fdroid_custom_beta_release: artifacts: paths: - app/build/outputs/ + - currentReleases/ - customBeta.log when: always expire_in: 1 week -- cgit v1.2.3