Skip to content

Commit 76c35ba

Browse files
authored
Exclude lb-example library from build (#1948)
1 parent d40fb6e commit 76c35ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lbox-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
list-files: 'json'
3838
filters: |
3939
lbox:
40-
- 'libs/lbox*/**'
40+
- 'libs/lbox-!(example)/**'
4141
- id: matrix
4242
uses: ./.github/actions/lbox-matrix
4343
with:
@@ -147,6 +147,7 @@ jobs:
147147
uses: pypa/gh-action-pypi-publish@release/v1
148148
with:
149149
packages-dir: artifact/
150+
verbose: true
150151
container-publish:
151152
runs-on: ubuntu-latest
152153
needs: ['build', 'path-filter']

0 commit comments

Comments
 (0)