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.
This commit is contained in:
Zephyron
2025-09-21 17:05:25 +10:00
parent d0f96e9a30
commit 550ae7b7ba

View File

@@ -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/