docs: update for GIS Actions 4.0

This commit is contained in:
2026-07-20 09:07:23 +00:00
parent 0f7fdebc2f
commit ab5b0f6583
@@ -10,7 +10,8 @@
```bash ```bash
curl -X POST https://suites.mercator.cn/api/v1/publish/upload \ curl -X POST https://suites.mercator.cn/api/v1/publish/upload \
-H "Authorization: Bearer mk_xxxx" \ -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 组织。 > 发布后套件包会上传到 https://git.mercator.cn/SuiteHub 组织。
``` ```