v4.0.0 - Debug upload with existing binary
This commit is contained in:
Binary file not shown.
@@ -491,7 +491,13 @@ main() {
|
|||||||
local binary_path="build/c_relay_static_x86_64"
|
local binary_path="build/c_relay_static_x86_64"
|
||||||
else
|
else
|
||||||
print_warning "Binary build failed, continuing with release creation"
|
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
|
fi
|
||||||
|
|
||||||
# Create source tarball
|
# Create source tarball
|
||||||
|
|||||||
Reference in New Issue
Block a user