fixup 3 ?
All checks were successful
/ GenerateReleaseZipfile (push) Successful in 1m11s

This commit is contained in:
Chl 2024-08-29 03:50:10 +02:00
parent c9c425ff6a
commit 6ed9dd8980

View file

@ -80,7 +80,7 @@ runs:
# (note 2: if it fails here, it probably means you are using the busybox # (note 2: if it fails here, it probably means you are using the busybox
# variant of wget which can't (as of 2024-08-26) use the PUT method. # variant of wget which can't (as of 2024-08-26) use the PUT method.
# Install the full one beforehand : apt install wget / pkg add wget / ...) # Install the full one beforehand : apt install wget / pkg add wget / ...)
wget --method PUT --body-file "$MYUPLOAD" "$SIGNED_UPLOAD_URL&comp=block" wget -O /dev/null --method PUT --body-file "$MYUPLOAD" "$SIGNED_UPLOAD_URL&comp=block"
# Finalize the artifact # Finalize the artifact
RESPONSE="$( wget -O - \ RESPONSE="$( wget -O - \