Update .gitlab-ci.yml file

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