Skip to content

Commit

Permalink
Update .goreleaser.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Drewry Pope <[email protected]>
  • Loading branch information
dezren39 authored Nov 8, 2023
1 parent 7c6c46e commit fbefff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ archives:
builds:
- "graph"
format: tar.gz
name_template: "{{ .ProjectName }}_{{ .Version}}_{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ .Arm }}{{ .Mips }}{{ .Amd64 }}"
name_template: "{{ .ProjectName }}_v{{ .Version}}_{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ .Arm }}{{ .Mips }}{{ .Amd64 }}"
format_overrides:
- goos: windows
format: zip

0 comments on commit fbefff4

Please sign in to comment.