This commit is contained in:
parent
c9c425ff6a
commit
6ed9dd8980
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ runs:
|
|||
# (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.
|
||||
# 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
|
||||
RESPONSE="$( wget -O - \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue