Skip to content

Commit

Permalink
fix: after remove cannot build release
Browse files Browse the repository at this point in the history
After changing org the main.go was also moved to the repo root and this
broke the release process as it was looking for the main.go in `cmd/fl`.

Signed-off-by: Richard Case <richard@weave.works>
  • Loading branch information
richardcase committed May 11, 2022
1 parent b309730 commit f7b4c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ before:
builds:
- env:
- CGO_ENABLED=0
main: ./cmd/fl
main: .
goos:
- linux
- darwin
Expand Down

0 comments on commit f7b4c9c

Please # to comment.