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:
Karan Sharma 2021-02-01 16:18:09 +05:30
parent f1095aaf64
commit c63f9c6096
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ builds:
hooks:
# stuff executables with static assets.
post: make pack-bin bin={{ .Path }}
post: make pack-bin BIN={{ .Path }}
archives:
- format: tar.gz