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 ce05fec commit ef95c1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ios_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
- name: Setup Code signing settings on Xcode project
run: xcode-project use-profiles


- name: Build ipa for Distribution
run: |
file='VERSION'
Expand All @@ -80,7 +79,6 @@ jobs:
buildName="${versionValue[0]}.${versionValue[1]}.${{ github.run_number }}"
echo "Uploading build $buildName"
cd ios
# flutter build ipa --release --build-number=$buildNumber --build-name=$buildName --export-options-plist=$HOME/export_options.plist
xcode-project build-ipa --workspace=Runner.xcworkspace --scheme="Runner" --export-options-plist=$HOME/export_options.plist
- name: Upload to App Store Connect
Expand Down

0 comments on commit ef95c1d

Please sign in to comment.