diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5e6f3820..d411f887a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1442,12 +1442,12 @@ Linux client package: - mkdir -p Linux/x86_64 - find code/build/bin - cp code/build/bin/* Linux/x86_64 + - cp code/build/Khanat-x86_64.AppImage Linux/x86_64 # Packaging - cp ./dist/khanat/autoextract_script.sh ./Linux/x86_64/ - 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 - - ls -l /tmp/khanat_installer/ artifacts: name: "khanat-$(echo $CI_BUILD_REF | head -c 7)-$CI_PIPELINE_ID-Linux-x86_64" paths: @@ -1471,6 +1471,7 @@ Linux client test: - ls -l - ./khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-Linux-x86_64.run - ls -l + - ls -l /tmp/khanat_installer/ dependencies: - Linux client package