1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Update binary name in goreleaser.yml

This commit is contained in:
Chris Cummer 2019-07-10 10:01:15 -07:00
parent 379d035b63
commit 76545d196b

View File

@ -1,9 +1,13 @@
env:
- GO111MODULE=on
- GOPROXY="https://gocenter.io"
before:
hooks:
- make install
builds:
- binary: wtf
- binary: wtfutil
goos:
- darwin
- linux
@ -11,9 +15,5 @@ builds:
- 386
- amd64
env:
- GO111MODULE=on
- GOPROXY="https://gocenter.io"
archive:
wrap_in_directory: true