9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-28 19:29:09 +00:00

final 1.21.10 upstream update

This commit is contained in:
NONPLAYT
2025-12-11 16:52:07 +03:00
parent 2ad6acb684
commit bd1acbc1ab
6 changed files with 8 additions and 9 deletions

View File

@@ -47,13 +47,14 @@ fi
METADATA=$(cat <<EOF
{
"buildNumber": ${BUILD_NUMBER},
"channel": "$CHANNEL",
"commits": $COMMITS_JSON
}
EOF
)
echo "Uploading: $PROJECT_KEY $MC_VERSION ($CHANNEL)"
echo "Uploading: $PROJECT_KEY $MC_VERSION build #$BUILD_NUMBER ($CHANNEL)"
UPLOAD_RESPONSE=$(curl -s -w "\n%{http_code}" \
-X POST "$API_URL/v2/projects/$PROJECT_KEY/versions/$MC_VERSION/builds/upload" \