Skip to content

Commit

Permalink
gorelease: lowercase project name
Browse files Browse the repository at this point in the history
Signed-off-by: Seena Fallah <[email protected]>
  • Loading branch information
clwluvw committed Jun 9, 2024
1 parent fb60f3f commit c27660a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version: 2
project_name: zerome
before:
hooks:
- make dep
Expand All @@ -17,8 +18,8 @@ builds:
archives:
- name_template: "{{ .ProjectName }}-{{ .Version }}.{{ .Os }}-{{ .Arch }}"
nfpms:
- id: ZeroMe
package_name: zerome
- id: zerome
package_name: ZeroMe
file_name_template: "{{ .ProjectName }}-{{ .Version }}.{{ .Os }}-{{ .Arch }}"
homepage: https://github.com/clwluvw/zerome
maintainer: Seena Fallah <[email protected]>
Expand Down

0 comments on commit c27660a

Please sign in to comment.