From 127aa3728aaceb50c3d72eca3a6fb2cc3ff455de Mon Sep 17 00:00:00 2001 From: ShintoKosei <67397639+ShintoKosei@users.noreply.github.com> Date: Sat, 6 Apr 2024 22:32:59 +0800 Subject: [PATCH] Jump Build To Debug CI <10> --- scripts/PushToAPI.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/PushToAPI.sh b/scripts/PushToAPI.sh index 6959be9..ff47d4f 100644 --- a/scripts/PushToAPI.sh +++ b/scripts/PushToAPI.sh @@ -16,7 +16,7 @@ if [ $pre = "true" ]; then else channel="default" fi - +echo "Latest tag: $(git describe --tags --abbrev=0)" number=$(git log --oneline ver/1.20.4 ^$(git describe --tags --abbrev=0) | wc -l) changes=$(git log --pretty='%H<<<%s>>>' -"$number" | sed ':a;N;$!ba;s/\n//g') jar_sha256=`sha256 build/libs/luminol-1.20.4-paperclip.jar`