File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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:
178178test : 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
You can’t perform that action at this time.
0 commit comments