Skip to content

Commit 36a1083

Browse files
fixed release
1 parent 8e01c1e commit 36a1083

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
MAIN=cli
2+
APP=things-cli
23
SRC_CORE=things_cli
34
SRC_TEST=tests
45
PYTHON=python3
@@ -94,7 +95,7 @@ feedback: ## Give feedback
9495

9596
release: build ## Create a new release
9697
@type gh >/dev/null 2>&1 || (echo "Run e.g. 'brew install gh' first." >&2 ; exit 1)
97-
@gh release create "v$(VERSION)" -t "Release $(VERSION) ($(DATE))" 'dist/$(MAIN).py-$(VERSION).tar.gz'
98+
@gh release create "v$(VERSION)" -t "Release $(VERSION) ($(DATE))" 'dist/$(APP)-$(VERSION).tar.gz'
9899

99100
build: clean ## Build the code
100101
@$(PYTHON) setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)