From 75da4869ac4e0b76e05456bd4bf368844120dbbc Mon Sep 17 00:00:00 2001 From: Autechre Date: Mon, 15 Mar 2021 15:21:30 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4f16d4795..c4f0e8a50a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -324,7 +324,7 @@ build-retroarch-linux-i686: expire_in: 10 min dependencies: [] script: - - xcodebuild -project pkg/apple/RetroArch_PPC.xcodeproj -configuration Release -target RetroArch + - xcodebuild -project pkg/apple/RetroArch_PPC.xcodeproj -configuration Release -target RetroArch_PPC - pushd ${XCARCHIVE_PATH} - ditto -c -k --sequesterRsrc --keepParent RetroArch.app RetroArch.zip - popd