From c63f9c60965711a9e44f074a7db52794316cfd1b Mon Sep 17 00:00:00 2001 From: Karan Sharma Date: Mon, 1 Feb 2021 16:18:09 +0530 Subject: [PATCH] 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. --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 4665e58..669d5df 100644 --- a/.goreleaser.yml +++ b/.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