Fix app deploy path (#3475)
This commit is contained in:
parent
89e85abc62
commit
cdb3abfadb
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue