Fix dist suffixes

This commit is contained in:
Willy-JL
2024-03-10 13:08:14 +00:00
parent ed08b194e5
commit ef557bc1c6
3 changed files with 6 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ if __name__ == "__main__":
desc = desc.rsplit("\n", 1)[0] + f"\n+ {count - i} more commits"
break
url = event["compare"]
color = 16723712 if event["forced"] else 3669797
color = 16723712 if event["forced"] else 11761899
case "release":
webhook = "RELEASE_WEBHOOK"