Skip to content

Commit

Permalink
Add README to tar
Browse files Browse the repository at this point in the history
  • Loading branch information
osteele committed Jul 19, 2017
1 parent 87e52f7 commit 00d3d97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ deploy:
file_glob: true
skip_cleanup: true
prerelease: true
overwrite: true
on:
tags: true
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ race: ## build a binary with race detection

release: build
mkdir -p dist
tar -cvzf dist/$(BINARY)_$(VERSION)_$(OS:GNU/%=%)_$(shell uname -m).tar.gz $(BINARY)
tar -cvzf dist/$(BINARY)_$(VERSION)_$(OS:GNU/%=%)_$(shell uname -m).tar.gz $(BINARY) LICENSE README.md

setup: ## install dependencies and development tools
go get -t -u ./...
Expand Down

0 comments on commit 00d3d97

Please sign in to comment.