diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d3ebccbe..9ca719efe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ MacOS: - CI/before_install.osx.sh - CI/before_script.osx.sh - cd build; make -j2 - - DESTDIR=artifacts make install + - make install artifacts: paths: - - build/artifacts/ \ No newline at end of file + - /usr/local/OpenMW.app \ No newline at end of file