Skip to content

Commit

Permalink
lowercase release name template
Browse files Browse the repository at this point in the history
  • Loading branch information
F1bonacc1 committed Nov 18, 2023
1 parent 73a99be commit fec4d3a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ archives:
- id: process-compose
name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- .Os }}_
{{- .Arch }}
format_overrides:
- goos: windows
Expand Down

0 comments on commit fec4d3a

Please sign in to comment.