Fix archive name

Signed-off-by: Terry Howe <terrylhowe@gmail.com>
pull/31343/head
Terry Howe 2 months ago
parent eb75bb807c
commit 7e68c8f0cb
No known key found for this signature in database

@ -100,7 +100,6 @@ jobs:
- name: Build Helm Binaries
run: |
make build-cross
make dist checksum VERSION="canary"
- name: Upload Binaries

@ -66,9 +66,7 @@ archives:
{{- .ProjectName }}-
{{- .Version }}-
{{- .Os }}-
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- .Arch }}
formats:
- tar.gz
- zip

Loading…
Cancel
Save