From f8850d6dbe62d9a9ec676534a5dcd545237daba6 Mon Sep 17 00:00:00 2001 From: hackcr1258 <96476115+hackcr1258@users.noreply.github.com> Date: Mon, 18 Mar 2024 19:58:02 +0800 Subject: [PATCH] Update development.yml --- .github/workflows/development.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 0d3af245ae..a37aeef65a 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -109,9 +109,12 @@ jobs: env: password: ${{ secrets.ELLIE_MINI_SECRET }} run: | - sudo xcode-select -switch /Applications/Xcode15.0.app \ - xcodebuild -sdk iphoneos -project PojavLauncher.xcodeproj \ - + xcodebuild -scheme "PojavLauncher" \ + -archivePath $RUNNER_TEMP/PojavLauncher.xcarchive \ + -sdk iphoneos \ + -configuration Debug \ + -destination generic/platform=iOS \ + clean archive - name: Upload regular ipa