mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-02-01 07:13:33 +00:00
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:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user