From 02b394ffcebe6ef8ffbd59f04680ba7dd81ba8b6 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 24 Aug 2025 16:17:37 +1200 Subject: [PATCH] Update publish.sh --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index 3de8810..6a4c3e5 100755 --- a/publish.sh +++ b/publish.sh @@ -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