Fixed incorrect placeholder in archives
Some checks failed
Build and Release / release (push) Failing after 2m8s

This commit is contained in:
Leon Mika 2025-06-01 10:35:20 +10:00
parent 7afa8297db
commit 2a4ddfa34e

View file

@ -11,7 +11,7 @@ builds:
archives:
- ids: [send2gokapi]
formats: [tar.gz]
name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .OS }}_{{ .Arch }}"
name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}"
files:
- LICENSE.txt
- README.md