Update build-release-testflight-ipa.yml

This commit is contained in:
Marcos Rodriguez Velez 2024-01-03 17:39:19 -04:00
parent 6e0802af3b
commit 8dff91285a
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7

View File

@ -114,14 +114,9 @@ jobs:
echo "PROJECT_VERSION=$MARKETING_VERSION" >> $GITHUB_ENV
echo "::set-output name=project_version::$MARKETING_VERSION"
- name: Expected IPA file name
run: |
echo "IPA file name: BlueWallet.${{env.PROJECT_VERSION}}(${{env.NEW_BUILD_NUMBER}}).ipa"
- name: Install CocoaPods Dependencies
run: bundle install
working-directory: ./ios
- name: Build App
run: bundle exec fastlane ios build_app_lane