Skip to content

Commit

Permalink
Update .goreleaser.yml
Browse files Browse the repository at this point in the history
Try using "{{ .ConventionalFileName }}" instead

Signed-off-by: Jauder Ho <jauderho@users.noreply.github.com>
  • Loading branch information
jauderho authored Jun 30, 2023
1 parent 5aa0143 commit 31dce17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ archives:
#replacements:
# darwin: macos
rlcp: true
name_template: '{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
name_template: "{{ .ConventionalFileName }}"
files:
- LICENSE
- README.md
Expand All @@ -99,7 +99,7 @@ nfpms:
-
id: bl3auto-nfpms
package_name: bl3auto
file_name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
file_name_template: "{{ .ConventionalFileName }}"
homepage: "https://github.com/jauderho/bl3auto"
maintainer: "Jauder Ho <jauderho@users.noreply.github.com>"
description: "Borderlands and Wonderlands Bulk SHiFT Code Redemption System"
Expand Down

0 comments on commit 31dce17

Please sign in to comment.