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