Skip to content

Commit

Permalink
chore: fix snap name (#2349)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored Nov 13, 2024
1 parent 92d437f commit 15af107
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 @@ -145,7 +145,7 @@ dockers:
- '--platform=linux/arm/v7'

snapcrafts:
- name: lego
- name_template: "{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
disable: false
publish: true
grade: stable
Expand Down

0 comments on commit 15af107

Please sign in to comment.