Skip to content

Commit d2df185

Browse files
author
Val Brodsky
committed
Fix upload
1 parent ab2404c commit d2df185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lbox-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
rye build
6969
- uses: actions/upload-artifact@v4
7070
with:
71-
name: build
72-
path: ./dist/${{ matrix.package }}
71+
name: build-${{ matrix.package }}
72+
path: ./dist/${{ matrix.package }}*
7373
test-build:
7474
needs: ['path-filter']
7575
if: ${{ needs.path-filter.outputs.lbox == 'true' }}

0 commit comments

Comments
 (0)