mirror of
https://github.com/vim/vim.git
synced 2025-12-10 18:46:57 -05:00
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>