summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-12-16 16:55:31 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-12-16 16:55:31 +0100
commit4c7ebc5b8d7eec48d99992d51cd8865898e3358d (patch)
tree893c692e5057a6c2a34b24af1144bf0bbce43d6f
parent320e747aa8c14dd6e03c3e9166030bc9f81182bb (diff)
Fix release artifact pathv4.0.7
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-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