v6.0.0 - Test fixed output redirection
This commit is contained in:
BIN
c-relay-6.0.0.tar.gz
Normal file
BIN
c-relay-6.0.0.tar.gz
Normal file
Binary file not shown.
@@ -510,7 +510,7 @@ main() {
|
|||||||
|
|
||||||
# Create Gitea release
|
# Create Gitea release
|
||||||
local release_id=""
|
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
|
# Upload assets if we have a release ID and assets
|
||||||
if [[ -n "$release_id" && (-n "$binary_path" || -n "$tarball_path") ]]; then
|
if [[ -n "$release_id" && (-n "$binary_path" || -n "$tarball_path") ]]; then
|
||||||
upload_release_assets "$release_id" "$binary_path" "$tarball_path"
|
upload_release_assets "$release_id" "$binary_path" "$tarball_path"
|
||||||
|
|||||||
Reference in New Issue
Block a user