Skip to content

Commit 91ee0ff

Browse files
Fixup deploy script
Signed-off-by: Christian Wolf <[email protected]>
1 parent 833d172 commit 91ee0ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ dist:
126126

127127
# Builds the source package
128128
.PHONY: source
129-
source:
129+
source: appinfo/info.xml
130130
rm -rf $(source_build_directory)
131131
mkdir -p $(source_build_directory)
132132
tar cvzf $(source_package_name).tar.gz \
@@ -140,7 +140,7 @@ source:
140140

141141
# Builds the source package for the app store, ignores php and js tests
142142
.PHONY: appstore
143-
appstore:
143+
appstore: appinfo/info.xml
144144
rm -rf $(appstore_build_directory)
145145
mkdir -p $(appstore_build_directory)
146146
tar cvzf $(appstore_package_name).tar.gz \
@@ -178,5 +178,5 @@ appstore:
178178
test: composer
179179
@echo "This functionality has been move to the file .github/acrions/run-tests/run-locally.sh. See its output with parameter --help."
180180

181-
appinfo/info.xml: .github/actions/deploy/patch .github/actions/deploy/minor .github/actions/deploy/major
181+
appinfo/info.xml: .github/actions/deploy/patch .github/actions/deploy/minor .github/actions/deploy/major .github/actions/deploy/appinfo/info.xml.dist
182182
.github/actions/deploy/update-data.sh

0 commit comments

Comments
 (0)