修复 releases BUG
Some checks failed
Gitea Actions Build / build and releases (push) Failing after 4m46s
Some checks failed
Gitea Actions Build / build and releases (push) Failing after 4m46s
This commit is contained in:
parent
58942b7fca
commit
535d570b15
@ -32,7 +32,7 @@ jobs:
|
|||||||
GROUPSID=$(echo "$GROUPSID" | tr -d '\r')
|
GROUPSID=$(echo "$GROUPSID" | tr -d '\r')
|
||||||
VERSIONS=$(echo "$VERSIONS" | tr -d '\r')
|
VERSIONS=$(echo "$VERSIONS" | tr -d '\r')
|
||||||
FILENAME="${GROUPSID}-${VERSIONS}.jar"
|
FILENAME="${GROUPSID}-${VERSIONS}.jar"
|
||||||
java -jar ${VERSIONS} -s "${{gitea.server_url}}" -o "${{gitea.repository_owner}}" -r ${{gitea.event.repository.name}} -t "${{gitea.token}}" -ti "Auto releases ${{gitea.sha}} ${VERSIONS}" -b "# Auto releases wtih ${{gitea.event.head_commit.message}} - [${{gitea.sha}}](${{gitea.event.head_commit.url}})" -tn "Auto-Releases-${VERSIONS}" -a "build/libs"
|
java -jar ${FILENAME} -s "${{gitea.server_url}}" -o "${{gitea.repository_owner}}" -r ${{gitea.event.repository.name}} -t "${{gitea.token}}" -ti "Auto releases ${{gitea.sha}} ${VERSIONS}" -b "# Auto releases wtih ${{gitea.event.head_commit.message}} - [${{gitea.sha}}](${{gitea.event.head_commit.url}})" -tn "Auto-Releases-${VERSIONS}" -a "build/libs"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user