diff --git a/.goreleaser.yaml b/.goreleaser.yaml index bcc47ab..76cea81 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -23,7 +23,7 @@ before: - go generate ./... sboms: - - artifacts: binary + - artifacts: archive builds: - id: linux-amd64-{{ .Arch }} @@ -58,12 +58,13 @@ builds: archives: - # - format: binary - # name_template: "{{ .Binary }}" - # allow_different_binary_count: true - - format: tar.gz - name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}" + - format: binary + name_template: "{{ .Binary }}" allow_different_binary_count: true + + # - format: tar.gz + # name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}" + # allow_different_binary_count: true checksum: name_template: "{{ .ProjectName }}_checksums.txt"