Fix app deploy path (#3475)

This commit is contained in:
Mattermost Build 2019-10-26 00:31:25 +02:00 committed by Elias Nahum
parent 89e85abc62
commit cdb3abfadb

View file

@ -170,7 +170,7 @@ commands:
- deploy:
name: "Deploy apk to Google Play"
working_directory: fastlane
command: bundle exec fastlane android deploy apk:../<<parameters.apk_path>>
command: bundle exec fastlane android deploy apk:./<<parameters.apk_path>>
deploy-ios:
description: "Deploy ipa to TestFlight"
@ -183,7 +183,7 @@ commands:
- deploy:
name: "Deploy ipa to TestFlight"
working_directory: fastlane
command: bundle exec fastlane ios deploy ipa:../<<parameters.ipa_path>>
command: bundle exec fastlane ios deploy ipa:./<<parameters.ipa_path>>
persist:
description: "Persist mattermost-mobile directory"