fix: resolve YAML syntax error with special characters in echo command

Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
Zephyron
2025-09-21 12:00:15 +10:00
parent 8d6b53113d
commit f800348d05

View File

@@ -80,7 +80,7 @@ build-linux:
- split -b 50M citron.AppImage.gz citron.AppImage.gz.part
- ls -la citron.AppImage.gz.part*
- echo "AppImage split into chunks for upload"
- echo "Note: To reassemble: cat citron.AppImage.gz.part* > citron.AppImage.gz"
- echo 'Note: To reassemble: cat citron.AppImage.gz.part* > citron.AppImage.gz'
artifacts:
paths:
- citron-binary.tar.gz
@@ -156,7 +156,7 @@ build-linux-v3:
- split -b 50M citron.AppImage.gz citron.AppImage.gz.part
- ls -la citron.AppImage.gz.part*
- echo "AppImage split into chunks for upload"
- echo "Note: To reassemble: cat citron.AppImage.gz.part* > citron.AppImage.gz"
- echo 'Note: To reassemble: cat citron.AppImage.gz.part* > citron.AppImage.gz'
artifacts:
paths:
- citron-binary.tar.gz
@@ -232,7 +232,7 @@ build-linux-steamdeck:
- split -b 50M citron.AppImage.gz citron.AppImage.gz.part
- ls -la citron.AppImage.gz.part*
- echo "AppImage split into chunks for upload"
- echo "Note: To reassemble: cat citron.AppImage.gz.part* > citron.AppImage.gz"
- echo 'Note: To reassemble: cat citron.AppImage.gz.part* > citron.AppImage.gz'
artifacts:
paths:
- citron-binary.tar.gz