Skip to content

Commit 15af107

Browse files
authored
chore: fix snap name (#2349)
1 parent 92d437f commit 15af107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ dockers:
145145
- '--platform=linux/arm/v7'
146146

147147
snapcrafts:
148-
- name: lego
148+
- name_template: "{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
149149
disable: false
150150
publish: true
151151
grade: stable

0 commit comments

Comments
 (0)