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: