From 1534c4678a3026c29c55e524a12756e494d2580b Mon Sep 17 00:00:00 2001 From: karan Date: Fri, 12 Jul 2019 15:21:30 +0530 Subject: [PATCH] fix: Path for windows build in goreleaser --- .gitignore | 2 +- .goreleaser.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 170e1a3..6a9a8f8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ frontend/yarn.lock config.toml node_modules -listmonk \ No newline at end of file +listmonk diff --git a/.goreleaser.yml b/.goreleaser.yml index 8c30623..071cd2b 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,7 +1,7 @@ env: - GO111MODULE=on - CGO_ENABLED=0 - - RELEASE_BUILDS=dist/listmonk_darwin_amd64/listmonk dist/listmonk_linux_amd64/listmonk dist/listmonk_windows_amd64//listmonk.exe + - RELEASE_BUILDS=dist/listmonk_darwin_amd64/listmonk dist/listmonk_linux_amd64/listmonk dist/listmonk_windows_amd64/listmonk.exe before: hooks: