summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-12-16 17:01:07 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-12-16 17:01:07 +0100
commitcdf914cca836f2550de60a6d5ae1cd4e91fbc4b7 (patch)
treeb698575666dee363eb459f55a7a3f7b008bdeb22 /Makefile
parent71897c26fb5fd84a66956fb9243eb21ffe511d28 (diff)
Fix release automation
* Makefile writes to non-conventional path * Release is restricted to admins Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 40c19329..c056d9d4 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ project_directory=$(CURDIR)/../$(app_name)
build_tools_directory=$(CURDIR)/build/tools
source_build_directory=$(CURDIR)/build/artifacts/source
source_package_name=$(source_build_directory)/$(app_name)
-appstore_build_directory=$(CURDIR)/build/artifacts/appstore
+appstore_build_directory=$(CURDIR)/build/artifacts
appstore_package_name=$(appstore_build_directory)/$(app_name)
all: dev-setup lint build-js-production install-composer-deps-dev test-php