fix: Path for windows build in goreleaser
This commit is contained in:
parent
ec46fb4758
commit
1534c4678a
|
@ -5,4 +5,4 @@ frontend/yarn.lock
|
|||
|
||||
config.toml
|
||||
node_modules
|
||||
listmonk
|
||||
listmonk
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue