Need to download multiple release artifacts from multiple repos #605
Replies: 4 comments
-
You may use this action more than once in your job as multiple steps
|
Beta Was this translation helpful? Give feedback.
-
Hi Robin thanks for the response...I know we can have it as multiple times but in my use case since we need a large number of artifacts the workflow becomes very large and not in a reusable manner. Can we have some workaround to dynamically run this actions for an array of variables? let me know your suggestions on this.. Thanks |
Beta Was this translation helpful? Give feedback.
-
Maybe you can try using the matrix strategy for running your job https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
|
Beta Was this translation helpful? Give feedback.
-
I agree we can use matrix for this...But in this example it is possible to download artifacts from a single repo. I need to download multiple release artifacts from multiple repos. |
Beta Was this translation helpful? Give feedback.
-
Hello
I have a use case to download multiple release artifacts based on tag from multiple repos. I see through this action i can download from one repo. if i need to download from multiple repos. how can i do that?
Any help toward this are welcome..!
Thanks
Beta Was this translation helpful? Give feedback.
All reactions