Jump Build To Debug CI <10>

This commit is contained in:
ShintoKosei
2024-04-06 22:32:59 +08:00
committed by GitHub
parent 1e7b4394ac
commit 127aa3728a

View File

@@ -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`