diff --git a/.goreleaser.yml b/.goreleaser.yml index 234eedd..8857f87 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -17,6 +17,7 @@ builds: - env: - CGO_ENABLED=0 dir: go/rfswift + binary: rfswift goos: - linux - windows @@ -30,7 +31,7 @@ archives: - format: tar.gz # This name template makes the OS and Arch compatible with the results of `uname`. name_template: >- - {{ .ProjectName }}_ + rfswift_ {{- title .Os }}_ {{- if eq .Arch "amd64" }}x86_64 {{- else if eq .Arch "arm64" }}arm64