]> git.ipfire.org Git - thirdparty/vim.git/commit
CI: Include a job index in names of collected artifacts
authorAliaksei Budavei <0x000c70@gmail.com>
Sat, 25 Oct 2025 14:21:56 +0000 (14:21 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 25 Oct 2025 14:21:56 +0000 (14:21 +0000)
commitb32da7de63c81d8880bf5b25835c53bcf363fc26
treed9e8f53abe4cd19896f9162be30a9df8d23a3f1b
parent7193cab6c88a6d81c9f302bf7f97810765e6d2be
CI: Include a job index in names of collected artifacts

And include "extra" Linux elements to further disambiguate
archive names.

The current naming of artifacts is inadequate when it comes
to files whose differing name-parts only come from array
values, as arrays are not automatically converted to string.
For example, both artifacts for failing "socketserver" and
"no_x11" CI jobs will claim the same name, and whichever job
finishes last is allowed to overwrite another matching name
artifact.

Reference:
https://docs.github.com/en/actions/reference/workflows-and-actions/expressions#functions

closes: #18556

Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/actions/test_artifacts/action.yml