Skip to content

Commit

Permalink
chore: fix archive names
Browse files Browse the repository at this point in the history
  • Loading branch information
owulveryck committed May 5, 2021
1 parent bf5d6d3 commit b64f5bf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ builds:
- amd64
- arm64
archives:
- replacements:
- name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
wrap_in_directory: true
format_overrides:
- goos: windows
format: zip
replacements:
darwin: Darwin
linux: Linux
windows: Windows
Expand Down

0 comments on commit b64f5bf

Please sign in to comment.