Skip to content

Commit

Permalink
Rename binary to 'decode' in goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
sj14 committed Jul 14, 2019
1 parent 8bd1d9e commit 7788bab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ before:
builds:
-
main: ./cmd/decode/main.go
binary: decode
env:
- CGO_ENABLED=0
- GO111MODULE=on
goos:
- linux
- darwin
Expand Down Expand Up @@ -74,7 +76,7 @@ release:
name: multicode
disable: false
draft: false
prerelease: true
prerelease: false

changelog:
filters:
Expand Down

0 comments on commit 7788bab

Please sign in to comment.