【调整】更新打包配置,移除前端构建步骤

This commit is contained in:
YANGJINZE
2025-07-18 09:48:12 +08:00
parent c1f0b43c46
commit 80e8c09c2b

View File

@@ -1,9 +1,5 @@
# .goreleaser.yml
version: 2
before:
hooks:
- rm -rf frontend
- mv build frontend
release:
disable: false
archives:
@@ -11,7 +7,6 @@ archives:
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
files:
- LICENSE
- frontend
checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"
builds: