Skip to content

Commit 6478860

Browse files
committed
minor #779 [CI] Fix build-packages.php (OskarStark)
This PR was squashed before being merged into the main branch. Discussion ---------- [CI] Fix `build-packages.php` | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Needed to keep the diff small in #634 Commits ------- 89c3e74 [CI] Fix `build-packages.php`
2 parents cf019a9 + 89c3e74 commit 6478860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/build-packages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Symfony\Component\Finder\Finder;
1010

1111
$finder = (new Finder())
12-
->in([__DIR__.'/../src/*/'])
12+
->in([__DIR__.'/../src/*/', __DIR__.'/../examples/', __DIR__.'/../demo/'])
1313
->depth(0)
1414
->name('composer.json')
1515
;

0 commit comments

Comments
 (0)