Compare commits

..

2 Commits

Author SHA1 Message Date
Klop233
f2ba98ad1f 绝对没问题 2024-04-12 23:24:24 +08:00
Klop233
07e3a81416 Update CI 2024-04-12 23:09:49 +08:00

View File

@@ -9,12 +9,13 @@ project_id="luminol"
mcversion_group=$(prop GroupMCV)
mcversion=$(prop mcVersion)
pre=$(prop preVersion)
if [ $pre = "true" ]; then
channel="experimental"
else
channel="default"
fi
changes=$(git log -1 --pretty='[{"commit": "%H", "message": "%s", "summary": "%b"}]')
changes=$(git log -1 --pretty='[{\"commit\": \"%H\", \"message\": \"%s\", \"summary\": \"%b\"}]')
jar_sha256=`sha256 build/libs/luminol-1.20.4-paperclip.jar`
jar_name="luminol-1.20.4-paperclip.jar"
ctime=$(date -u +"%s")"000"