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