From cd4afef107ec633d556179a5a785f9ba3636e911 Mon Sep 17 00:00:00 2001 From: Marc Date: Mon, 3 Oct 2022 20:47:55 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f16ca77..3f349dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,3 +29,9 @@ build-job: # This job runs in the build stage, which runs first. - cmake .. - make - echo "Build done" + + +artifacts: + paths: + - build/ModManager + expire_in: 1 week \ No newline at end of file