diff --git a/shortcuts/apps/apps_release_create.go b/shortcuts/apps/apps_release_create.go index 4133bedc6..2288dcc7e 100644 --- a/shortcuts/apps/apps_release_create.go +++ b/shortcuts/apps/apps_release_create.go @@ -76,7 +76,7 @@ func buildPublishBody(branch, tosPath string) map[string]interface{} { body["branch"] = branch } if tosPath != "" { - body["tosPath"] = tosPath + body["tos_path"] = tosPath } return body }