From 3498e0fd2bcb4a24f261892a6e279cb60820ddec Mon Sep 17 00:00:00 2001 From: Chl Date: Sat, 31 Aug 2024 01:20:05 +0200 Subject: [PATCH] retry... --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 79df655..886850e 100644 --- a/action.yml +++ b/action.yml @@ -94,7 +94,7 @@ runs: SIGNED_UPLOAD_URL="$( echo "$RESPONSE" | sed -n 's/.*"signed_\?[uU]pload_\?[uU]rl" *: *"\([^"]\+\)".*/\1/p' )" # Upload our file - # (note: adding '&comp=block' at the end of the URL) + # (note: adding '&comp=block' at the end of the URL for Forgejo) # (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 / ...) @@ -127,3 +127,5 @@ runs: if [ "${{ inputs.compression }}" = "true" ]; then rm -f "$MYUPLOAD" fi + + echo "The end."