Skip to content

Commit

Permalink
fix goreleaser name template
Browse files Browse the repository at this point in the history
  • Loading branch information
chmouel committed Nov 3, 2023
1 parent fabdea3 commit 7cd367c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ release:

nfpms:
- file_name_template: >-
tkn-pac-
gosmee-
{{- .Version}}_{{.Os}}-
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
Expand Down

0 comments on commit 7cd367c

Please sign in to comment.