9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-19 14:59:32 +00:00

[ci skip] fix download url

This commit is contained in:
violetc
2023-07-01 10:54:45 +08:00
parent 89ff8b8e4e
commit 9e57c2dd45

View File

@@ -33,7 +33,7 @@ echo "discordmes=$discordmes" >> $GITHUB_ENV
echo "pre=$preVersion" >> $GITHUB_ENV echo "pre=$preVersion" >> $GITHUB_ENV
echo "make_latest=$make_latest" >> $GITHUB_ENV echo "make_latest=$make_latest" >> $GITHUB_ENV
echo "$leavesid [![download](https://img.shields.io/github/downloads/LeavesMC/Leaves/$tagid/total?color=0)](https://github.com/Leaves/LeavesMC/releases/download/$tagid/$jarName)" >> $releaseinfo echo "$leavesid [![download](https://img.shields.io/github/downloads/LeavesMC/Leaves/$tagid/total?color=0)](https://github.com/LeavesMC/Leaves/releases/download/$tagid/$jarName)" >> $releaseinfo
echo "=====" >> $releaseinfo echo "=====" >> $releaseinfo
echo "" >> $releaseinfo echo "" >> $releaseinfo
if [ $preVersion = "true" ]; then if [ $preVersion = "true" ]; then