Update publish.sh
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 10s
Build-Test-Publish / build (linux/arm64) (push) Successful in 11s

This commit is contained in:
Your Name
2025-08-24 16:17:37 +12:00
parent 2422a334b6
commit 02b394ffce

View File

@@ -62,7 +62,7 @@ fi
# Upload architecture-specific binary to getbin.xyz
heading "Uploading ${PROJECT} binary to getbin.xyz as ${PROJECT}:latest-${ARCH}"
"${SOS}" upload "getbin.xyz" "${OUTPUT}/${PROJECT}" "${PROJECT}:latest-${ARCH}" || die "Failed to upload ${PROJECT} binary to getbin.xyz"
"${SOS}" upload "getbin.xyz" "${PROJECT}" "${PROJECT}:latest-${ARCH}" || die "Failed to upload ${PROJECT} binary to getbin.xyz"
# Check if there's an install script to upload
if [ -f "${SCRIPT_DIR}/install.sh" ]; then