diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 413cf2a66..33c30a75a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,7 +82,8 @@ build-linux: - echo "Compressed AppImage size:" - 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 'gunzip citron.AppImage.gz && chmod +x citron.AppImage'" + - echo "To use: Download citron.AppImage.gz, then run:" + - echo "gunzip citron.AppImage.gz && chmod +x citron.AppImage" artifacts: paths: - citron.AppImage.gz