test github...

This commit is contained in:
Chl 2024-08-30 19:47:09 +02:00
parent 48c7e6f025
commit 442b89540d

View file

@ -90,7 +90,11 @@ 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 -O /dev/null --method PUT --body-file "$MYUPLOAD" "$SIGNED_UPLOAD_URL&comp=block"
wget -O /dev/null \
--method PUT \
--body-file "$MYUPLOAD" \
--header "Authorization: Bearer $ACTIONS_RUNTIME_TOKEN" \
"$SIGNED_UPLOAD_URL&comp=block"
# Finalize the artifact
RESPONSE="$( wget -O - \