1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
wtf/.goreleaser.yml
2018-06-21 08:53:28 -07:00

16 lines
174 B
YAML

before:
hooks:
- make install
builds:
- binary: wtf
goos:
- darwin
- linux
goarch:
- 386
- amd64
archive:
wrap_in_directory: true