From 360e67d38e04bb46a2ec7befa845536f72bc4293 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 27 Aug 2025 14:32:27 +0300 Subject: [PATCH] Remove redundant ZIP creation log in build script Deleted unnecessary log messages about ZIP creation in the Windows build workflow to clean up output. --- .github/workflows/build-windows.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index e52059d..1481991 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -188,8 +188,6 @@ jobs: } else { Write-Host "Warning: FFmpeg executable directory not found at $distDir" } - Write-Host "Created ZIP: YTSage-v$version-ffmpeg.zip" - } - name: Prepare release artifacts shell: powershell