Skip to content

Commit

Permalink
Fixing name for archives and binary in goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
FlUxIuS committed Dec 4, 2024
1 parent 17d695e commit 11afe0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ builds:
- env:
- CGO_ENABLED=0
dir: go/rfswift
binary: rfswift
goos:
- linux
- windows
Expand All @@ -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
Expand Down

0 comments on commit 11afe0e

Please sign in to comment.