Skip to content

Commit

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

0 comments on commit a03f722

Please sign in to comment.