From 550ae7b7baf1981a09dae6336b051e4f3455b5e6 Mon Sep 17 00:00:00 2001 From: Zephyron Date: Sun, 21 Sep 2025 17:05:25 +1000 Subject: [PATCH] Fix YAML syntax error in .gitlab-ci.yml Fixed improper indentation of echo and ls commands in package-linux job script section. Commands now properly use dash (-) indentation as required for GitLab CI script arrays. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c4375b1d..baf68e974 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -449,8 +449,8 @@ package-linux: } EOF - echo "Packages created:" - ls -la *.AppImage *.tar.gz *.txt *.json + - echo "Packages created:" + - ls -la *.AppImage *.tar.gz *.txt *.json artifacts: paths: - packages/