Fix TestFlight upload (#212)

This commit is contained in:
Rodrigo Nascimento 2018-01-30 17:49:22 -02:00 committed by Guilherme Gazzo
parent 9ea5c1b765
commit 1d749eea64
1 changed files with 1 additions and 1 deletions

View File

@ -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