Skip to content

Commit

Permalink
ci: change uploaded binaries names on latest version (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetOps authored Mar 19, 2021
1 parent 5ff4fe2 commit ac583a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ archives:
- http_blaster
allow_different_binary_count: true
- id: http_blaster_latest
name_template: '{{ .ProjectName }}'
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
format: binary
replacements:
amd64: x86_64
builds:
- http_blaster_latest
allow_different_binary_count: true
Expand Down

0 comments on commit ac583a7

Please sign in to comment.