Merge pull request #261 from mr-karan/goreleaser-fix
chore: Pass the binary path correctly to `make`
This commit is contained in:
commit
9c0fd24320
|
@ -23,7 +23,7 @@ builds:
|
||||||
|
|
||||||
hooks:
|
hooks:
|
||||||
# stuff executables with static assets.
|
# stuff executables with static assets.
|
||||||
post: make pack-bin bin={{ .Path }}
|
post: make pack-bin BIN={{ .Path }}
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
- format: tar.gz
|
- format: tar.gz
|
||||||
|
|
Loading…
Reference in New Issue