build: fix nfpm install by using the released binary

This commit is contained in:
Nick Craig-Wood 2021-03-07 16:42:22 +00:00
parent c3e2392f2b
commit 94e34cb783
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ build_dep:
# Get the release dependencies we only install on linux
release_dep_linux:
cd /tmp && go get github.com/goreleaser/nfpm/v2/...
go run bin/get-github-release.go -extract nfpm goreleaser/nfpm 'nfpm_.*_Linux_x86_64\.tar\.gz'
# Get the release dependencies we only install on Windows
release_dep_windows: