Skip to content

Commit

Permalink
Fixes release process.
Browse files Browse the repository at this point in the history
  • Loading branch information
ackleymi committed Nov 18, 2019
1 parent dc21a74 commit f0fe53a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ vendor
NOTES.md
coverage.txt
edgr
*.exe
*.exe
dist
5 changes: 3 additions & 2 deletions goreleaser.yml → .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
build:
binary: edgr
binary: bin/edgr
main: ./cmd
goos:
- windows
- darwin
- linux
goarch:
- amd64

brew:
github:
owner: piquette
Expand Down

0 comments on commit f0fe53a

Please sign in to comment.