Browse Source

chore: Pass the binary path correctly to `make`

Based on https://github.com/knadh/listmonk/commit/afef994e6d66b8e881924cb8cbe30f20e1507474
the binary variable `BIN` was changed. The same needs to be updated
in `.goreleaser.yml` config as well.
Karan Sharma 4 years ago
parent
commit
c63f9c6096
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .goreleaser.yml

+ 1 - 1
.goreleaser.yml

@@ -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