Update .gitlab-ci.yml file

This commit is contained in:
Marc
2022-10-03 20:48:18 +00:00
parent cd4afef107
commit bd7407b511
+4 -5
View File
@@ -29,9 +29,8 @@ build-job: # This job runs in the build stage, which runs first.
- cmake .. - cmake ..
- make - make
- echo "Build done" - echo "Build done"
artifacts:
paths:
- build/ModManager
expire_in: 1 week
artifacts:
paths:
- build/ModManager
expire_in: 1 week