chore: Pass the binary path correctly to `make`
Based on afef994e6d
the binary variable `BIN` was changed. The same needs to be updated
in `.goreleaser.yml` config as well.
This commit is contained in:
parent
f1095aaf64
commit
c63f9c6096
|
@ -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