Fix app deploy path (#3474)

This commit is contained in:
Elias Nahum 2019-10-26 01:27:24 +03:00 committed by GitHub
parent 64d22fd0f2
commit 1557b08d59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"