Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabo1208 committed Sep 8, 2023
1 parent 49211f7 commit b2703e8
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 @@ -23,7 +23,7 @@ archives:
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end -}}"kn-vsphere_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
{{- if .Arm }}v{{ .Arm }}{{ end -}}
files:
- LICENSE
- ./plugins/vsphere/README.adoc
Expand Down

0 comments on commit b2703e8

Please sign in to comment.