From ee8970f23de6cbb72418355659f08da773795d0f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Guido=20G=C3=BCnther?= Date: Wed, 19 Jan 2022 16:39:44 +0100 Subject: [PATCH] ci: Only use letters in "expose_as" --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 38b770dbc0..b2d911ffe5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -158,7 +158,7 @@ msys2-mingw64: CHERE_INVOKING: "yes" artifacts: when: always - expose_as: 'Windows DLL (MSYS2 64 bit toolchain)' + expose_as: 'Windows_DLL_MSYS2_64_bit_toolchain' paths: - "${CI_PROJECT_DIR}/_build/gtkdll.tar.gz" -- 2.30.2