Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pillo79 committed Aug 16, 2023
1 parent 631ef96 commit 408b9ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/on-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ function git_safe_upload_asset(){
>&2 echo "ERROR: Failed to upload '$name' ($?)"
return 1
fi
echo $file/$upload_res
up_size=`echo "$upload_res" | jq -r '.size'`
if [ $up_size -ne $size ]; then
>&2 echo "ERROR: Uploaded size does not match! $up_size != $size"
Expand Down

0 comments on commit 408b9ba

Please sign in to comment.