Skip to content

Commit

Permalink
Build: Fix release phar
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed Feb 11, 2021
1 parent 605e96c commit ce973b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
</fileset>
</copy>
<copy todir="${project.basedir}/build/phar/phpdraft/src/Twig/Extra/Markdown">
<fileset dir="vendor/twig/markdown-extra/src">
<include name="**/*.php"/>
<fileset dir="vendor/twig/markdown-extra">
<include name="*.php"/>
</fileset>
</copy>
<copy todir="${project.basedir}/build/phar/phpdraft/src/MatthiasMullie/Minify">
Expand Down

0 comments on commit ce973b1

Please sign in to comment.