Skip to content

Commit

Permalink
Merge pull request #201 from Nepo26/200-bug-binary-artifacts-renamed-…
Browse files Browse the repository at this point in the history
…in-v1112

hotfix: changing back artifacts name
  • Loading branch information
Nepo26 committed Oct 10, 2023
2 parents e67186b + cdc1557 commit dd3d586
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 dd3d586

Please sign in to comment.