Skip to content

Commit

Permalink
fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
tombokombo committed Nov 30, 2023
1 parent 338a967 commit cc2f74d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ builds:
# - ghcr.io/haad/{{ .ProjectName }}:{{ .Version }}-arm64v8

archives:
- replacements:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: darwin
linux: linux
windows: windows
Expand Down

0 comments on commit cc2f74d

Please sign in to comment.