Compare commits

..

1 Commits
1.9.4 ... 1.9.5

Author SHA1 Message Date
Marc Schäfer
cdd8a132f2 Update .goreleaser.yaml to build package directory instead of single file
Signed-off-by: Marc Schäfer <git@marcschaeferger.de>
2026-02-22 23:46:07 +01:00

View File

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