eclipse-kuksa / kuksa-actions

Reusable Github actions and workflows used in the Eclipse KUKSA project
Apache License 2.0
1 stars 2 forks source link

Unique dash data #7

Closed erikbosch closed 7 months ago

erikbosch commented 7 months ago

This is needed for use-case where you have aggregated workflows. An intended example is a Databroker release workflow where we want to trigger both databroker and databroker-cli workflows from the same workflow. With current setup that will fail as dash data will be overwritten. With this change (and making sure that different file names are used) there is no problem.

This change may theoretically cause backward incompatibilities if any action rely on the name of the dash artifact uploaded, but I assume no Kuksa component does that so suggest that this can be tagged as 2.6 and 2

erikbosch commented 7 months ago

Will go for 3.0 - I also added a Changelog at https://github.com/eclipse-kuksa/kuksa-actions/wiki/Changelog