Skip to content

Commit

Permalink
Update binary name in goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
senorprogrammer committed Jul 10, 2019
1 parent 379d035 commit 76545d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
env:
- GO111MODULE=on
- GOPROXY="https://gocenter.io"

before:
hooks:
- make install

builds:
- binary: wtf
- binary: wtfutil
goos:
- darwin
- linux
goarch:
- 386
- amd64

env:
- GO111MODULE=on
- GOPROXY="https://gocenter.io"

archive:
wrap_in_directory: true

0 comments on commit 76545d1

Please sign in to comment.