Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GolnazCh committed Nov 28, 2023
2 parents 67ffc8c + 97bcea3 commit 1421f01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,8 @@ jobs:
cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles
- name: build archive
run: |
xcodebuild -scheme "UpgradeUpsell" \
-archivePath $RUNNER_TEMP/UpgradeUpsell.xcarchive \
-sdk iphoneos \
-configuration Debug \
-destination generic/platform=iOS \
clean archive
run: xcodebuild archive -scheme "UpgradeUpsell" -sdk iphoneos -destination generic/platform=iOS -archivePath $RUNNER_TEMP/UpgradeUpsell.xcarchive -allowProvisioningUpdates



- name: export ipa
Expand Down
Binary file not shown.

0 comments on commit 1421f01

Please sign in to comment.