mirror of
https://gitcode.com/JianFeeeee/webui4frpc.git
synced 2026-09-20 17:07:57 +00:00
chore: 发布脚本 — 全平台构建打包 + gitcode release 资产上传
- scripts/release.sh: 前端构建 → 6 平台交叉编译 (linux/windows/darwin × amd64/arm64) → tar.gz/zip 打包 → SHA256SUMS;子目录隔离同名二进制 - scripts/upload_assets.py: gitcode 两步上传流程 (upload_url 签名 → urllib PUT 到 OBS),curl 会 401 但 urllib 干净成功 - 首次发布 v0.1.0: 6 个平台安装包 + SHA256SUMS 已上传,下载校验一致
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -33,3 +33,6 @@ gui-test-screenshots/
|
||||
# vendored deps (regenerable; keep out of git)
|
||||
vendor/
|
||||
.pi-glla/
|
||||
|
||||
# 发布产物(由 scripts/release.sh 生成)
|
||||
dist/
|
||||
|
||||
Reference in New Issue
Block a user