Skip to content

Commit

Permalink
Merge pull request #1 from accorvin/fix-binary-case
Browse files Browse the repository at this point in the history
Update case of binary in goreleaser
  • Loading branch information
pcjun97 committed Jul 15, 2022
2 parents 8dedf06 + ec9634e commit 8d313aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project_name: hashannotator
project_name: HashAnnotator
before:
hooks:
- go mod download
Expand All @@ -19,7 +19,7 @@ archives:
386: i386
amd64: x86_64
- id: latest
name_template: '{{ .ProjectName }}_latest_{{ .Os }}_{{ .Arch }}'
name_template: '{{ tolower .ProjectName }}_latest_{{ .Os }}_{{ .Arch }}'
replacements:
darwin: Darwin
linux: Linux
Expand Down

0 comments on commit 8d313aa

Please sign in to comment.