From 0853f0ef17225e4c2b2af0a110dc0e7ec01069a3 Mon Sep 17 00:00:00 2001 From: Bluemangoo Date: Sun, 30 Jul 2023 21:38:32 +0800 Subject: [PATCH] Fix api (#80) Co-authored-by: MC_XiaoHei --- scripts/PushToAPI.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/scripts/PushToAPI.sh b/scripts/PushToAPI.sh index 3025a790..33d093e2 100644 --- a/scripts/PushToAPI.sh +++ b/scripts/PushToAPI.sh @@ -23,9 +23,4 @@ changes=$(git log --pretty='%H<<<%s>>>' -"$number" | sed 's/\\n/\\\\n/g') jar_name="leaves-$mcversion.jar" jar_sha256=`sha256 $jar_name` -data=$(cat <