From cdb3abfadb4cc1d44db7adf597e0c7307e63af7a Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Sat, 26 Oct 2019 00:31:25 +0200 Subject: [PATCH] Fix app deploy path (#3475) --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5bd327dba..3b4d4fde5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -170,7 +170,7 @@ commands: - deploy: name: "Deploy apk to Google Play" working_directory: fastlane - command: bundle exec fastlane android deploy apk:../<> + command: bundle exec fastlane android deploy apk:./<> 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:../<> + command: bundle exec fastlane ios deploy ipa:./<> persist: description: "Persist mattermost-mobile directory"