fix: fix error in goreleaser.yml

This commit is contained in:
Patryk Hegenberg 2024-11-27 09:40:40 +01:00
parent a3dc4eddfa
commit 8edb962f9b

View file

@ -34,12 +34,6 @@ signs:
- "${artifact}" - "${artifact}"
artifacts: all artifacts: all
windows:
publisher: "Ihr Name oder Firmenname"
product_name: "Ihr Produktname"
file_version: "{{ .Version }}"
copyright: "Copyright © {{ .Year }} Ihr Name"
archives: archives:
- format: tar.gz - format: tar.gz
# this name template makes the OS and Arch compatible with the results of `uname`. # this name template makes the OS and Arch compatible with the results of `uname`.