Closed pwalczysko closed 2 months ago
I have pushed an xxx-test8 tag to my private branch show-tagged-artifacts (because I do not want to push tags to this branch so as not to trigger a real release) and this resulted in Release with artifacts
Tested on my account. Everything works as expected Thanks @pwalczysko
This is trying to address https://github.com/ome/omero-insight/issues/447
This branch starts from the https://github.com/ome/omero-insight/actions/runs/10884718399 - the commit a3ea82d1e59e2630ca3995ee9776a292f74e12ea -> where the build started to fail because of the same-named artifacts.
The strategy taken:
Upload:
matrix.os
motif to the artifact name -> this is by itself not enough, as we build 2 artifacts per OS on 2 occassionsomero_
which is taken from the foldername of thepath
variable just below thename
of the artifactDownload:
file: artifacts/*
->file: artifacts*/*
so that the artifacts are found in all folders created during Upload.I have pushed an xxx-test8 tag to my private branch show-tagged-artifacts (because I do not want to push tags to this branch so as not to trigger a real release) and this resulted in Release with artifacts
cc @jburel