Skip to content

Commit 408b9ba

Browse files
committed
wip
1 parent 631ef96 commit 408b9ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/on-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ function git_safe_upload_asset(){
7070
>&2 echo "ERROR: Failed to upload '$name' ($?)"
7171
return 1
7272
fi
73+
echo $file/$upload_res
7374
up_size=`echo "$upload_res" | jq -r '.size'`
7475
if [ $up_size -ne $size ]; then
7576
>&2 echo "ERROR: Uploaded size does not match! $up_size != $size"

0 commit comments

Comments
 (0)