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:07:36 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-09-06 15:07:36 +0300
commit0ee3f2b236f85e83df7357dc4aaef66153dd4396 (patch)
tree6f6530d9d436bd4b37ed0e8b3b3b682b0252436a
parentc54a5ec98299a19e34e3f4887c339f6556726140 (diff)
fixing some path
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 1b4d11b..c91b49b 100644
--- a/Makefile
+++ b/Makefile
@@ -13,9 +13,7 @@ version+=0.99.2
all: appstore
-release: appstore create-tag
-
-autorelease: release
+release: appstore
github-release release \
--user $(github_account) \
--repo $(app_name) \
@@ -25,7 +23,7 @@ autorelease: release
--user $(github_account) \
--repo $(app_name) \
--tag v$(version) \
- --name "$(app_name)-$(version)" \
+ --name "$(app_name)-$(version).tar.gz" \
--file $(build_dir)/$(app_name)-$(version).tar.gz
create-tag:
@@ -43,7 +41,6 @@ test:
bash <(curl -s https://codecov.io/bash) -t @$(codecov_token_dir)/$(app_name) ; \
fi
-
appstore: clean
mkdir -p $(sign_dir)
rsync -a \