9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-19 06:49:27 +00:00

false auth header

This commit is contained in:
NONPLAYT
2025-12-14 15:39:30 +03:00
parent 735220b6b7
commit b9d11ac8c6

View File

@@ -64,7 +64,7 @@ echo " Channel: $channel"
echo " Commits: $number"
response=$(curl -X POST "$API_URL" \
-H "Authorization: Bearer $API_KEY" \
-H "x-api-key: $API_KEY" \
-F "file=@$jarName" \
-F "metadata=$metadata_json" \
-w "\n%{http_code}" \