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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user