From 4d6ca2c387c1e41ee8f226f33fe2eabfb2b03706 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Tue, 26 Jun 2018 17:45:20 +0000 Subject: [PATCH] preserve dmg artifact --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d7502bb8..d815c7d77 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,11 +37,10 @@ MacOS: stage: build allow_failure: true script: - - rm -fr /usr/local/Openmw.app/* # clean up after previous build + - rm -fr build/* # remove anything in the build directory - CI/before_install.osx.sh - CI/before_script.osx.sh - cd build; make -j2 package - # - make install artifacts: paths: - - /usr/local/OpenMW.app \ No newline at end of file + - build/OpenMW-*.dmg \ No newline at end of file