diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a46f6053..d12f1643a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1448,6 +1448,10 @@ Linux client package: - chmod +x ./Linux/x86_64/autoextract_script.sh - makeself --nox11 --target /tmp/khanat_installer ./Linux/x86_64/ khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-Linux-x86_64.run "Khanat installer" ./autoextract_script.sh - ls -l + artifacts: + name: "khanat-$(echo $CI_BUILD_REF | head -c 7)-$CI_PIPELINE_ID-Linux-x86_64" + paths: + - ./khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-Linux-x86_64.run dependencies: - Linux client debian_amd64_buster build