Add Windows installer artifacts to CI docs

Update CI_CD_README.md to list the Windows installer outputs produced by the workflow: `YTSage-v{version}-Setup.exe` (standard installer) and `YTSage-v{version}-ffmpeg-Setup.exe` (FFmpeg bundle installer). This documents that the pipeline generates both portable zips and installer executables for Windows.
This commit is contained in:
oop7
2026-02-10 14:33:25 +02:00
parent 201d2fc8b6
commit a2c16bf793
+2
View File
@@ -43,6 +43,8 @@ The workflow creates the following files based on the platform:
#### Windows
- `YTSage-v{version}-portable.zip` - Standard portable version
- `YTSage-v{version}-ffmpeg-portable.zip` - FFmpeg bundle portable
- `YTSage-v{version}-Setup.exe` - Standard installer
- `YTSage-v{version}-ffmpeg-Setup.exe` - FFmpeg bundle installer
#### Linux
- `YTSage-v{version}-{arch}.AppImage` - AppImage portable (x86_64, aarch64)