Remove redundant ZIP creation log in build script

Deleted unnecessary log messages about ZIP creation in the Windows build workflow to clean up output.
This commit is contained in:
Your Name
2025-08-27 14:32:27 +03:00
parent 498e6ae655
commit 360e67d38e
-2
View File
@@ -188,8 +188,6 @@ jobs:
} else { } else {
Write-Host "Warning: FFmpeg executable directory not found at $distDir" Write-Host "Warning: FFmpeg executable directory not found at $distDir"
} }
Write-Host "Created ZIP: YTSage-v$version-ffmpeg.zip"
}
- name: Prepare release artifacts - name: Prepare release artifacts
shell: powershell shell: powershell