diff --git a/suites-help/开发者指南/套件发布指南.md b/suites-help/开发者指南/套件发布指南.md index 7be9e27..99ec6dc 100644 --- a/suites-help/开发者指南/套件发布指南.md +++ b/suites-help/开发者指南/套件发布指南.md @@ -10,7 +10,8 @@ ```bash curl -X POST https://suites.mercator.cn/api/v1/publish/upload \ -H "Authorization: Bearer mk_xxxx" \ - -F "file=@my-suite.tar.gz" + -F "file=@my-suite.tar.gz" \ + -F "platform=all" # linux / windows / all > 发布后套件包会上传到 https://git.mercator.cn/SuiteHub 组织。 ```