Merge pull request #261 from mr-karan/goreleaser-fix

chore: Pass the binary path correctly to `make`
This commit is contained in:
Kailash Nadh 2021-02-01 16:21:07 +05:30 committed by GitHub
commit 9c0fd24320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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