mirror of https://github.com/allinssl/allinssl
【调整】更新打包配置,移除前端构建步骤
parent
c1f0b43c46
commit
80e8c09c2b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue