Skip to content

Commit

Permalink
chore(release): Add release artifacts for furiko-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
irvinlim committed Apr 29, 2022
1 parent 740dfe7 commit b430789
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ archives:
- execution-webhook
name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
wrap_in_directory: true
- id: furiko-cli
builds:
- furiko-cli
format: binary
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"

checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit b430789

Please sign in to comment.