mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-07 23:31:10 +08:00
【调整】修正 .goreleaser.yml 中 allinssl.sh 文件路径配置
This commit is contained in:
@@ -7,7 +7,8 @@ archives:
|
|||||||
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
|
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
|
||||||
files:
|
files:
|
||||||
- LICENSE
|
- LICENSE
|
||||||
- script/allinssl.sh
|
- src: script/allinssl.sh
|
||||||
|
dst: allinssl.sh
|
||||||
checksum:
|
checksum:
|
||||||
name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"
|
name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"
|
||||||
builds:
|
builds:
|
||||||
|
|||||||
Reference in New Issue
Block a user