Update build-release-testflight-ipa.yml

This commit is contained in:
Marcos Rodriguez Velez 2023-12-09 16:37:44 -04:00
parent 20dd676306
commit 2996002e44
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7

View file

@ -93,6 +93,10 @@ 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 exec fastlane ios install_pods
working-directory: ./ios