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"