From 6263928dd3dbcfd117be367bfbe4fa4901ce7ce0 Mon Sep 17 00:00:00 2001 From: Vigneswaran Rajkumar <118706051+IAmVigneswaran@users.noreply.github.com> Date: Sat, 2 Nov 2024 04:04:18 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5fdc42f..b60c596 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: PROJECT_PATH="Source/Marker Data/Marker Data.xcodeproj" SCHEME="Marker Data" CONFIGURATION="Release" - DESTINATION="generic/platform=macOS,name=Any Mac" + DESTINATION="platform=macOS,arch=arm64" BUILD_FOLDER="$PARENT/dist/dmg-builds/app-build" xcodebuild -project "$PROJECT_PATH" -scheme "$SCHEME" -configuration "$CONFIGURATION" -destination "$DESTINATION" -derivedDataPath "$BUILD_FOLDER" clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -allowProvisioningUpdates | xcpretty && exit ${PIPESTATUS[0]}