Skip to content

Commit b430789

Browse files
committed
chore(release): Add release artifacts for furiko-cli
1 parent 740dfe7 commit b430789

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.goreleaser.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ archives:
4646
- execution-webhook
4747
name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
4848
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 }}"
4954

5055
checksum:
5156
name_template: 'checksums.txt'

0 commit comments

Comments
 (0)