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

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2022-04-21 18:12:20 +0300
committerGitHub <noreply@github.com>2022-04-21 18:12:20 +0300
commit3ae2107e258cc6005ab125a67b27d338dc4b6a57 (patch)
treeecd8552d24817264349da42ac08e3dd72ead195a
parent71009f37af279f52be4da6189934b6a55c0a6b75 (diff)
parent2469f1a09e9838153a357673dece9801938147c4 (diff)
Merge pull request #605 from nextcloud/fix/build_2v5.0.0
build and publish services expects user_saml.tar.gz
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 06af0f53..09447ca6 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ appstore: clean
--exclude=/tests \
--exclude=/translationfiles \
$(project_dir)/ $(sign_dir)/$(app_name)
- tar -czf $(build_dir)/$(app_name)-$(version).tar.gz \
+ tar -czf $(build_dir)/$(app_name).tar.gz \
-C $(sign_dir) $(app_name)
@if [ -f $(cert_dir)/$(app_name).key ]; then \
echo "Signing packageā€¦"; \