mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-07 13:44:17 +08:00
update release asset naming pattern to match netclient
This commit is contained in:
parent
d604667057
commit
2ad231efe9
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ builds:
|
||||||
binary: 'nmctl'
|
binary: 'nmctl'
|
||||||
archives:
|
archives:
|
||||||
- format: binary
|
- 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:
|
release:
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ builds:
|
||||||
binary: 'nmctl'
|
binary: 'nmctl'
|
||||||
archives:
|
archives:
|
||||||
- format: binary
|
- 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:
|
release:
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue