Skip to content

Commit

Permalink
fix: debug build naming
Browse files Browse the repository at this point in the history
  • Loading branch information
BaiMeow committed Dec 12, 2023
1 parent d2182d1 commit 57753a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ archives:
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}_
debug
{{- if .Arm }}v{{ .Arm }}{{ end }}_debug
# use zip for windows archives
format_overrides:
- goos: windows
Expand Down

0 comments on commit 57753a8

Please sign in to comment.