mirror of
https://github.com/danog/gojekyll.git
synced 2025-01-22 23:11:26 +01:00
Add README to tar
This commit is contained in:
parent
87e52f7ffc
commit
00d3d9745a
@ -44,5 +44,6 @@ deploy:
|
||||
file_glob: true
|
||||
skip_cleanup: true
|
||||
prerelease: true
|
||||
overwrite: true
|
||||
on:
|
||||
tags: true
|
||||
|
2
Makefile
2
Makefile
@ -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 ./...
|
||||
|
Loading…
x
Reference in New Issue
Block a user