Fix TestFlight upload (#212)
This commit is contained in:
parent
9ea5c1b765
commit
1d749eea64
|
@ -203,7 +203,7 @@ jobs:
|
|||
name: Fastlane Tesflight Upload
|
||||
command: |
|
||||
cd ios
|
||||
fastlane pilot upload --changelog "$(sh ../.circleci/changelog.sh)"
|
||||
fastlane pilot upload --ipa ios/RocketChatRN.ipa --changelog "$(sh ../.circleci/changelog.sh)"
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
|
Loading…
Reference in New Issue