This commit is contained in:
cheney 2022-07-22 21:24:53 +08:00
parent 38d9744f27
commit 8532ad12b1
2 changed files with 3 additions and 4 deletions

View File

@ -68,12 +68,11 @@
{ {
"func": "zip", "func": "zip",
"from": "%out_path%/*", "from": "%out_path%/*",
"to": "%out_path%/sydapi-%version%.%project.git_commit_hash%.zip" "to": "%out_path%/sydapi-database-%version%.%project.git_commit_hash%.zip"
}, },
{ {
"func": "open", "func": "open",
"path": "%out_path%/", "path": "%out_path%/"
"to": "%out_path%/sydapi-%version%.%project.git_commit_hash%.zip"
} }
] ]

View File

@ -1,7 +1,7 @@
- doc 文档 - doc 文档
- sample 示例代码 - sample 示例代码
- jar - jar
- sydapi-database-1.0.1db66d06.jar 接口 API - sydapi-database-1.0.xxxxxx.jar 接口 API
- dependences 所有依赖 - dependences 所有依赖
- groovy-all-2.3.2 通信协议支持 - groovy-all-2.3.2 通信协议支持
- proto-1.0-20220412 通信协议支持 - proto-1.0-20220412 通信协议支持