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:
parent
379d035b63
commit
76545d196b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user