diff --git a/scripts/PushToAPI.sh b/scripts/PushToAPI.sh index 20994f4..9bee561 100644 --- a/scripts/PushToAPI.sh +++ b/scripts/PushToAPI.sh @@ -15,7 +15,7 @@ if [ $pre = "true" ]; then 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"