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