diff --git a/.goreleaser.yml b/.goreleaser.yml index 4854c98335a..f355a5f92a8 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -36,14 +36,9 @@ builds: - arm64 archives: - - id: krel - format: binary - allow_different_binary_count: true - name_template: krel-{{ .Arch }}-{{ .Os }} - - id: release-notes - format: binary + - format: binary + name_template: "{{ .Binary }}" allow_different_binary_count: true - name_template: release-notes-{{ .Arch }}-{{ .Os }} signs: - id: keyless