Update publish.sh
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user