mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
fix makefile release
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user