Skip to content

Commit

Permalink
ci: update goreleaser template configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn committed May 18, 2024
1 parent 420f459 commit 590854b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions cmd/wifiqr/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ builds:
- arm64
- 386
archives:
- replacements:
darwin: macos
amd64: x86_64
- name_template: >-
{{ .ProjectName }}_{{ .Version }}_
{{- if eq .Os "darwin" }}macos
{{- else }}{{ .Os }}{{ end }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else }}{{ .Arch }}{{ end }}
format_overrides:
- goos: windows
format: zip

0 comments on commit 590854b

Please sign in to comment.