mirror of
https://github.com/fosrl/newt.git
synced 2026-09-22 05:49:08 +02:00
Update .goreleaser.yaml to build package directory instead of single file
Signed-off-by: Marc Schäfer <git@marcschaeferger.de> Former-commit-id: cdd8a132f2eed5f9c51aaa6a473020d1fe1f9211
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user