mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
update make release to use ghub cli
This commit is contained in:
parent
73a976c6fe
commit
af1908fb27
4
Makefile
4
Makefile
@ -29,10 +29,8 @@ image:
|
||||
|
||||
release:
|
||||
mkdir release
|
||||
go get github.com/progrium/gh-release/...
|
||||
cp _build/* release
|
||||
cd release; sha256sum --quiet --check sha256sums.txt
|
||||
gh-release create bcicen/$(NAME) $(VERSION) \
|
||||
$(shell git rev-parse --abbrev-ref HEAD) $(VERSION)
|
||||
gh release create $(VERSION) -d -t $(VERSION) *
|
||||
|
||||
.PHONY: build
|
||||
|
Loading…
Reference in New Issue
Block a user