docs: 更新文档匹配执行器 steps/params 格式 (#16)

- Workflow-规范.md: 添加 type: python 字段
- TOOLS.md: 添加 type: python 到示例
- 套件发布指南.md: 更新为 upload 端点 + tar.gz 上传方式 + 完整示例
- CLI-参考.md: gis-actions 版本 3.0.2 → 3.0.5
This commit is contained in:
2026-07-14 13:17:21 +08:00
parent 8c59a5d5cd
commit 78bd6c2e9d
4 changed files with 39 additions and 16 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
`agc` 命令随 gis-actions 包一起安装:
```bash
curl -sLO https://git.mercator.cn/api/packages/AgentGIS/generic/gis-actions/3.0.2/gis-actions_3.0.2_all.deb
sudo dpkg -i gis-actions_3.0.2_all.deb
curl -sLO https://git.mercator.cn/api/packages/AgentGIS/generic/gis-actions/3.0.5/gis-actions_3.0.5_all.deb
sudo dpkg -i gis-actions_3.0.5_all.deb
```
安装后直接使用 `agc` 命令。