diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa8a7f679..b56e32b77 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,7 +83,8 @@ build-linux: - du -h citron.AppImage.gz - echo "Note: AppImage has been compressed for artifact upload due to size limits" - echo "To use: Download citron.AppImage.gz, then run:" - - echo "gunzip citron.AppImage.gz && chmod +x citron.AppImage" + - echo "gunzip citron.AppImage.gz" + - echo "chmod +x citron.AppImage" artifacts: paths: - citron.AppImage.gz