v6.0.0 - Test fixed output redirection
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user