mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
add checksum verify to make release
This commit is contained in:
parent
48d683be77
commit
19427e33a0
1
Makefile
1
Makefile
@ -29,6 +29,7 @@ release:
|
|||||||
mkdir release
|
mkdir release
|
||||||
go get github.com/progrium/gh-release/...
|
go get github.com/progrium/gh-release/...
|
||||||
cp _build/* release
|
cp _build/* release
|
||||||
|
cd release; sha256sum --quiet --check sha256sums.txt
|
||||||
gh-release create bcicen/$(NAME) $(VERSION) \
|
gh-release create bcicen/$(NAME) $(VERSION) \
|
||||||
$(shell git rev-parse --abbrev-ref HEAD) $(VERSION)
|
$(shell git rev-parse --abbrev-ref HEAD) $(VERSION)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user