diff --git a/.github/build-packages.php b/.github/build-packages.php index aea55f365..0f4e4e2e2 100644 --- a/.github/build-packages.php +++ b/.github/build-packages.php @@ -9,7 +9,7 @@ use Symfony\Component\Finder\Finder; $finder = (new Finder()) - ->in([__DIR__.'/../src/*/']) + ->in([__DIR__.'/../src/*/', __DIR__.'/../examples/', __DIR__.'/../demo/']) ->depth(0) ->name('composer.json') ;