feat(ci): add check for goreleaser configuration (#863)
This commit is contained in:
parent
fe389249c0
commit
6eaae259e6
2 changed files with 13 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ builds:
|
|||
goarch: '386'
|
||||
binary: '{{ .ProjectName }}_v{{ .Version }}'
|
||||
archives:
|
||||
- format: zip
|
||||
- formats: [ 'zip' ]
|
||||
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
|
||||
checksum:
|
||||
extra_files:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue