Fix goreleaser config to point builds to ./cmd/mark

Co-authored-by: mrueg <489370+mrueg@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-20 13:20:51 +00:00 committed by Manuel Rüger
parent 61510ff358
commit 9a26f657c7

View File

@ -3,7 +3,8 @@ before:
hooks:
- go mod download
builds:
- env:
- main: ./cmd/mark
env:
- CGO_ENABLED=0
gcflags:
- all=-trimpath={{.Env.GOPATH}}