diff --git a/.goreleaser.yml b/.goreleaser.yml index a2e29f55a0..d4b8dd07fc 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -17,7 +17,7 @@ builds: - id: flytepropeller env: - CGO_ENABLED=0 - main: ./cmd/main.go + main: ./cmd/controller/main.go ldflags: - -s -w -X github.com/flyteorg/flytestdlib/version.Version={{.Version}} -X github.com/flyteorg/flytestdlib/version.Build={{.ShortCommit}} -X github.com/flyteorg/flytestdlib/version.BuildTime={{.Date}}