Skip to content

Commit

Permalink
Update development.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hackcr1258 authored Mar 18, 2024
1 parent 4de0cc9 commit f8850d6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8850d6

Please sign in to comment.