Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-09-06 15:09:31 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-09-06 15:09:31 +0300
commit33ffea4517f8766a88a8c7b83b9ee02cf3370670 (patch)
treeaae7ad0590c7a0eb326e1f9c4f34cb9ae8ee5f1f /Makefile
parent0ee3f2b236f85e83df7357dc4aaef66153dd4396 (diff)
split release creation and file upload
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c91b49b..472c5b7 100644
--- a/Makefile
+++ b/Makefile
@@ -13,12 +13,16 @@ version+=0.99.2
all: appstore
-release: appstore
+release: appstore github-release github-upload
+
+github-release:
github-release release \
--user $(github_account) \
--repo $(app_name) \
--tag v$(version) \
--name "$(app_name) v$(version)"
+
+github-upload:
github-release upload \
--user $(github_account) \
--repo $(app_name) \