From 6ed9dd8980652b489334dc7a1002e9d25821693d Mon Sep 17 00:00:00 2001 From: Chl Date: Thu, 29 Aug 2024 03:50:10 +0200 Subject: [PATCH] fixup 3 ? --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6664d6d..0e76cfa 100644 --- a/action.yml +++ b/action.yml @@ -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 - \