fix: Path for windows build in goreleaser

This commit is contained in:
karan 2019-07-12 15:21:30 +05:30
parent ec46fb4758
commit 1534c4678a
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -5,4 +5,4 @@ frontend/yarn.lock
config.toml
node_modules
listmonk
listmonk

View File

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