diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b396cb6..3708082 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ build_project: - xcodebuild build -project MVMCore/MVMCore.xcodeproj -scheme FatLibrary | xcpretty artifacts: paths: - - MVMCore/build/universal/** + - MVMCore/build/universal/MVMCore.framework expire_in: 1 week only: - branches