v4.0.0 - Debug upload with existing binary

This commit is contained in:
Your Name
2025-10-31 11:13:21 -04:00
parent b8d8cd19d3
commit fcf9e43c4c
2 changed files with 7 additions and 1 deletions

Binary file not shown.

View File

@@ -491,7 +491,13 @@ main() {
local binary_path="build/c_relay_static_x86_64"
else
print_warning "Binary build failed, continuing with release creation"
binary_path=""
# Check if binary exists from previous build
if [[ -f "build/c_relay_static_x86_64" ]]; then
print_status "Using existing binary from previous build"
binary_path="build/c_relay_static_x86_64"
else
binary_path=""
fi
fi
# Create source tarball