update release asset naming pattern to match netclient

This commit is contained in:
Matthew R Kasun 2023-04-14 08:33:53 -04:00
parent d604667057
commit 2ad231efe9
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ builds:
binary: 'nmctl'
archives:
- format: binary
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}'
name_template: '{{ .Binary }}-{{ .Os }}-{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}-{{ . }}{{ end }}'
release:
prerelease: true

View file

@ -28,7 +28,7 @@ builds:
binary: 'nmctl'
archives:
- format: binary
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}'
name_template: '{{ .Binary }}-{{ .Os }}-{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}-{{ . }}{{ end }}'
release:
prerelease: false