mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
fix makefile release
This commit is contained in:
parent
c971d26d42
commit
0bd8efe800
4
Makefile
4
Makefile
@ -30,7 +30,7 @@ image:
|
||||
release:
|
||||
mkdir release
|
||||
cp _build/* release
|
||||
cd release; sha256sum --quiet --check sha256sums.txt
|
||||
gh release create $(VERSION) -d -t $(VERSION) *
|
||||
cd release; sha256sum --quiet --check sha256sums.txt && \
|
||||
gh release create $(VERSION) -d -t v$(VERSION) *
|
||||
|
||||
.PHONY: build
|
||||
|
Loading…
Reference in New Issue
Block a user