This commit is contained in:
Klop233
2024-04-13 17:43:51 +08:00
parent fd780f417b
commit b1f0a68b10

View File

@@ -36,6 +36,7 @@ echo "[DEBUG] curl --location --request POST \"https://api.luminolmc.com/v2/proj
--data-urlencode \"release_tag=$tag\" \
--data-urlencode \"time=$ctime\" \
--data-urlencode \"changes=$changes\""
curl -L --request POST "https://api.luminolmc.com/v2/projects/$project_id/$mcversion/build/commit" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Authorization: $secret_v2" \