From a2c16bf7931e88616e3f0795821f425bcfee632c Mon Sep 17 00:00:00 2001 From: oop7 <110548351+oop7@users.noreply.github.com> Date: Tue, 10 Feb 2026 14:33:25 +0200 Subject: [PATCH] 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. --- .github/CI_CD_README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CI_CD_README.md b/.github/CI_CD_README.md index e68969d..93cad84 100644 --- a/.github/CI_CD_README.md +++ b/.github/CI_CD_README.md @@ -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)