We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2404c commit d2df185Copy full SHA for d2df185
.github/workflows/lbox-publish.yml
@@ -68,8 +68,8 @@ jobs:
68
rye build
69
- uses: actions/upload-artifact@v4
70
with:
71
- name: build
72
- path: ./dist/${{ matrix.package }}
+ name: build-${{ matrix.package }}
+ path: ./dist/${{ matrix.package }}*
73
test-build:
74
needs: ['path-filter']
75
if: ${{ needs.path-filter.outputs.lbox == 'true' }}
0 commit comments