Skip to content

Conversation

@PChmiel
Copy link

@PChmiel PChmiel commented Jul 4, 2019

Since download_dsyms fastlane plugin returns an array of paths I had to update the plugin to be able to parse that array and upload each of file separately

if single_path != nil
curlCommand += build_single_file_command(command, single_path)
else
dsym_paths = params[:dsym_array_paths].uniq
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First thanks a lot for your contributions🙏. But I have a single question why you did not add then in a zip file and upload it once instead of upload each file separately.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be honest I didn't thought about that 😂 but even if I did, I wouldn't be sure if that even works. Because I'm also not a ruby developer I tried to achieve the result with minimum effort, which was for me do the pipe for calls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants