Skip to content

Commit

Permalink
Trying to push build by xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sneha-s committed May 3, 2024
1 parent ef95c1d commit 618b9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
buildName="${versionValue[0]}.${versionValue[1]}.${{ github.run_number }}"
echo "Uploading build $buildName"
cd ios
xcode-project build-ipa --workspace=Runner.xcworkspace --scheme="Runner" --export-options-plist=$HOME/export_options.plist
xcode-project build-ipa --scheme="Runner" --export-options-plist=$HOME/export_options.plist
- name: Upload to App Store Connect
run: |
Expand Down

0 comments on commit 618b9d2

Please sign in to comment.