We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740dfe7 commit b430789Copy full SHA for b430789
.goreleaser.yaml
@@ -46,6 +46,11 @@ archives:
46
- execution-webhook
47
name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
48
wrap_in_directory: true
49
+ - id: furiko-cli
50
+ builds:
51
+ - furiko-cli
52
+ format: binary
53
+ name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
54
55
checksum:
56
name_template: 'checksums.txt'
0 commit comments