1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-03 04:05:49 +01:00

Drop unused parameter from upload API

This commit is contained in:
Michał Janiszewski
2023-03-22 23:19:56 +01:00
parent b8253bca5e
commit 54dcb6c845

View File

@@ -39,6 +39,5 @@ curl --include -m 300 --connect-timeout 5 -o - \
--form "version=$version" \
--form "gitHash=$sha1" \
--form "gitBranch=$branch" \
--form "flavourId=$flavourid" \
--form "file=@$path" \
"https://openrct2.org/altapi/?command=push-build"