Skip to content

Commit

Permalink
gorelease: lowercase package 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 fd5ea97 commit fb60f3f
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
Expand Up @@ -17,8 +17,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 fb60f3f

Please sign in to comment.