test github...
This commit is contained in:
parent
48c7e6f025
commit
442b89540d
1 changed files with 5 additions and 1 deletions
|
@ -90,7 +90,11 @@ 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 -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
|
# Finalize the artifact
|
||||||
RESPONSE="$( wget -O - \
|
RESPONSE="$( wget -O - \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue