mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
【调整】更新打包配置,移除前端构建步骤
This commit is contained in:
@@ -1,9 +1,5 @@
|
|||||||
# .goreleaser.yml
|
# .goreleaser.yml
|
||||||
version: 2
|
version: 2
|
||||||
before:
|
|
||||||
hooks:
|
|
||||||
- rm -rf frontend
|
|
||||||
- mv build frontend
|
|
||||||
release:
|
release:
|
||||||
disable: false
|
disable: false
|
||||||
archives:
|
archives:
|
||||||
@@ -11,7 +7,6 @@ archives:
|
|||||||
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
|
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
|
||||||
files:
|
files:
|
||||||
- LICENSE
|
- LICENSE
|
||||||
- frontend
|
|
||||||
checksum:
|
checksum:
|
||||||
name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"
|
name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"
|
||||||
builds:
|
builds:
|
||||||
|
|||||||
Reference in New Issue
Block a user