Skip to content

Commit

Permalink
.goreleaser.yml: Replace darwin with Darwin in release artifacts
Browse files Browse the repository at this point in the history
This is so `uname` can be used to provide a generic command that works
for darwin as well as linux machines.
  • Loading branch information
brancz committed Nov 15, 2022
1 parent 98c6f54 commit 8edacde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ builds:
archives:
- replacements:
linux: Linux
darwin: Darwin
amd64: x86_64
format_overrides:
- goos: windows
Expand Down

0 comments on commit 8edacde

Please sign in to comment.