mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-02-01 07:13:33 +00:00
fix: resolve YAML syntax error with special characters in echo command
Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user