ci fix
This commit is contained in:
parent
d365e770b4
commit
50127766ff
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ builds:
|
||||||
- arm64
|
- arm64
|
||||||
binary: '{{ .ProjectName }}_v{{ .Version }}'
|
binary: '{{ .ProjectName }}_v{{ .Version }}'
|
||||||
archives:
|
archives:
|
||||||
- format: zip
|
- formats:
|
||||||
|
- zip
|
||||||
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
|
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
|
||||||
checksum:
|
checksum:
|
||||||
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
|
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue