Skip to content

Commit

Permalink
ci: try and fix goreleaser for v2 structure (round 2) (zmap#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel McCarney committed Feb 14, 2020
1 parent a03f722 commit 36d042e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ before:
- go mod tidy
builds:
-
main: ./v2/cmd/zlint/main.go
main: ./cmd/zlint/main.go
binary: zlint
env:
- CGO_ENABLED=0
Expand Down

0 comments on commit 36d042e

Please sign in to comment.