Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zshahin-61 committed Nov 16, 2023
1 parent 7ed20a9 commit 686d4b0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,13 @@ jobs:
- name: Build archive
run: |
xcodebuild -scheme "UpgradeUpsell" \
-archivePath $RUNNER_TEMP/UpgradeUpsell.xcarchive \
-archivePath $RUNNER_TEMP/Archive/UpgradeUpsell.xcarchive \
-sdk iphoneos \
-configuration Debug \
-destination generic/platform=iOS \
clean archive

- name: Update iOS Deployment Target
run: |
plutil -replace IPHONEOS_DEPLOYMENT_TARGET -string "16.0" UpgradeUpsell.xcodeproj/project.pbxproj
- name: Export IPA
env:
EXPORT_OPTIONS_PLIST: ${{ secrets.EXPORT_OPTIONS_PLIST }}
Expand Down

0 comments on commit 686d4b0

Please sign in to comment.