Skip to content

Commit

Permalink
hotfix: changing back artifacts name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nepo26 committed Oct 10, 2023
1 parent e67186b commit cdc1557
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Expand Up @@ -22,6 +22,7 @@ archives:
- id: default
name_template: >-
{{ .ProjectName }}_
{{- .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
Expand Down Expand Up @@ -54,6 +55,7 @@ nfpms:
- rpm
file_name_template: >-
{{ .ProjectName }}_
{{- .Version}}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
Expand Down

0 comments on commit cdc1557

Please sign in to comment.