refactor: 重命名和替换构建及上传脚本

- 删除旧的 build-all.sh 和 upload.sh 脚本
- 新增 all-build.sh 和 all-upload-release.sh 脚本,支持从 version.json 自动读取版本号
- 更新 Makefile 和 README.md 以反映脚本名称的更改和新功能
This commit is contained in:
2025-12-07 18:05:27 +08:00
parent ac3c7e2b4c
commit 7ac5d54a84
5 changed files with 179 additions and 57 deletions

View File

@@ -7,7 +7,7 @@ build-linux:
GOOS=linux GOARCH=amd64 go build -o bin/linkmaster-node-linux ./cmd/agent
build-all:
@./build-all.sh
@./all-build.sh
clean:
rm -rf bin/