v6.0.0 - Test fixed output redirection

This commit is contained in:
Your Name
2025-10-31 11:17:19 -04:00
parent aa1954e81e
commit 4f3cf10a5c
2 changed files with 1 additions and 1 deletions

View File

@@ -510,7 +510,7 @@ main() {
# Create Gitea release
local release_id=""
if release_id=$(create_gitea_release); then
if release_id=$(create_gitea_release 2>&1); then
# Upload assets if we have a release ID and assets
if [[ -n "$release_id" && (-n "$binary_path" || -n "$tarball_path") ]]; then
upload_release_assets "$release_id" "$binary_path" "$tarball_path"