mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
Update build-release-testflight-ipa.yml
This commit is contained in:
parent
20dd676306
commit
2996002e44
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue