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:
|
release:
|
||||||
mkdir release
|
mkdir release
|
||||||
cp _build/* release
|
cp _build/* release
|
||||||
cd release; sha256sum --quiet --check sha256sums.txt
|
cd release; sha256sum --quiet --check sha256sums.txt && \
|
||||||
gh release create $(VERSION) -d -t $(VERSION) *
|
gh release create $(VERSION) -d -t v$(VERSION) *
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
|
Loading…
Reference in New Issue
Block a user