Issue collecting artifacts from parallel workflows using `build-router-start` and `build-router-wait`

Hey, I’m having an issue using build-router-start and ** build-router-wait** steps. I’m trying to get the artifacts from my parallel_task1 and parallel_task2 workflows after their execution and either passing the BuildArtifactsSavePath to any of the previously mentioned steps seems to work, but when I try to use the artifact, it’s not there!.
Any idea about this issue?
Thank you.

I’ve just found the issue. When you are using BuildArtifactsSavePath param on these steps, you have to add a trailing ‘/’.
It works well with
- BuildArtifactsSavePath: /bitrise/deploy/

Awesome! Glad to hear you were able to resolve that! Thanks for letting us know

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.