Update .goreleaser.yaml to build package directory instead of single file

Signed-off-by: Marc Schäfer <git@marcschaeferger.de>
This commit is contained in:
Marc Schäfer
2026-02-22 23:46:07 +01:00
parent 6618bb4483
commit cdd8a132f2

View File

@@ -8,7 +8,8 @@ release:
builds: builds:
- id: newt - id: newt
main: ./main.go # build the package directory (include all .go files) instead of a single file
main: .
binary: newt binary: newt
env: env:
- CGO_ENABLED=0 - CGO_ENABLED=0