build and publish services expects user_saml.tar.gz

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2022-04-21 17:07:42 +02:00
parent 71009f37af
commit 2469f1a09e
No known key found for this signature in database
GPG key ID: 7424F1874854DF23

View file

@ -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…"; \