From ab5b0f6583033a8d24d69dc3ba36f6b0a0d8bfa2 Mon Sep 17 00:00:00 2001 From: Huawei Date: Mon, 20 Jul 2026 09:07:23 +0000 Subject: [PATCH] docs: update for GIS Actions 4.0 --- suites-help/开发者指南/套件发布指南.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 组织。 ```