Skip to content

Commit

Permalink
set binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Mar 11, 2022
1 parent 61b5377 commit 24c6a0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ builds:
- CGO_ENABLED=0
id: nopaste
main: cmd/nopaste/main.go
binary: nopaste
goos:
- darwin
- linux
Expand All @@ -18,6 +19,7 @@ builds:
- CGO_ENABLED=0
id: irc-msgr
main: cmd/irc-msgr/main.go
binary: irc-msgr
goos:
- darwin
- linux
Expand All @@ -27,6 +29,7 @@ builds:
- env:
- CGO_ENABLED=0
id: nopaste-cli
binary: nopaste-cli
main: cmd/nopaste-cli/nopaste-cli.go
goos:
- darwin
Expand Down

0 comments on commit 24c6a0f

Please sign in to comment.