From a8e2d1e6a1c52f994813b6a0bd8507a45adb910d Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Mon, 28 Jun 2021 15:10:51 -0400 Subject: [PATCH] deploy --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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