fastlane-old / deliver

Upload screenshots, metadata and your app to the App Store using a single command
https://fastlane.tools
2.24k stars 162 forks source link

deliver download_metadata appending metadata to path #584

Closed owurman closed 8 years ago

owurman commented 8 years ago

Default metadata_path is ./fastlane/metadata, but deliver download_metadata seems to append another /metadata:

+------------------------+---------------------------------------+ | deliver 1.10.2 Summary | +------------------------+---------------------------------------+ ... | metadata_path | ./fastlane/metadata | ... +------------------------+---------------------------------------+

Do you want to overwrite existing metadata on path '/Users/oded/Documents/xCode Projects/ParamedicProtocolProvider/Custom/Kalitta/fastlane/metadata/metadata'? (y/n)

seapy commented 8 years ago

Same to me

KrauseFx commented 8 years ago

This was introduced with https://github.com/fastlane/deliver/pull/567. @martinjuhasz does https://github.com/fastlane/deliver/pull/568 fix this issue?

martinjuhasz commented 8 years ago

yes it does. But found a typo and fixed that. just trying to sqash my 3 commits now

fastlane-bot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/1522. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket: