Skip to content

Commit

Permalink
chore: Pass the binary path correctly to make
Browse files Browse the repository at this point in the history
Based on knadh@afef994
the binary variable `BIN` was changed. The same needs to be updated
in `.goreleaser.yml` config as well.
  • Loading branch information
mr-karan committed Feb 1, 2021
1 parent f1095aa commit c63f9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c63f9c6

Please sign in to comment.