mirror of
https://github.com/knadh/listmonk.git
synced 2025-10-01 02:47:40 +08:00
fix: Path for windows build in goreleaser
This commit is contained in:
parent
ec46fb4758
commit
1534c4678a
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue