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