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 12, 2023
1 parent 5645d1e commit be75559
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
- name: Clean Xcode project
run: xcodebuild clean -scheme UpgradeUpsell

- name: Build archive
run: |
echo "Building archive..."
Expand All @@ -53,6 +52,8 @@ jobs:
-allowProvisioningUpdates
echo "Archive built successfully."
- name: Update iOS Deployment Target
run: |
plutil -replace IPHONEOS_DEPLOYMENT_TARGET -string "16.0" UpgradeUpsell.xcodeproj/project.pbxproj
Expand Down

0 comments on commit be75559

Please sign in to comment.