Skip to content

Commit

Permalink
Fix debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tashian committed Jul 23, 2024
1 parent cf4934a commit 47e081a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ builds:
- -w -X main.Version={{.Version}} -X main.BuildTime={{.Date}}
gcflags:
- >-
{{- if ne .Env.DEBUG "" }}all=-N -l{{- end }}
{{- if ne (index .Env "DEBUG") "" }}all=-N -l{{- end }}
targets:
- darwin_amd64
- darwin_arm64
Expand Down

0 comments on commit 47e081a

Please sign in to comment.