Skip to content

Commit ce973b1

Browse files
committed
Build: Fix release phar
1 parent 605e96c commit ce973b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
</fileset>
8484
</copy>
8585
<copy todir="${project.basedir}/build/phar/phpdraft/src/Twig/Extra/Markdown">
86-
<fileset dir="vendor/twig/markdown-extra/src">
87-
<include name="**/*.php"/>
86+
<fileset dir="vendor/twig/markdown-extra">
87+
<include name="*.php"/>
8888
</fileset>
8989
</copy>
9090
<copy todir="${project.basedir}/build/phar/phpdraft/src/MatthiasMullie/Minify">

0 commit comments

Comments
 (0)