Skip to content

Commit 08ee1b4

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lbox-publish.yml

Lines changed: 4 additions & 4 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
7373
test-build:
7474
needs: ['path-filter']
7575
if: ${{ needs.path-filter.outputs.lbox == 'true' }}
@@ -121,8 +121,8 @@ jobs:
121121
steps:
122122
- uses: actions/download-artifact@v4
123123
with:
124-
name: build
125-
path: ./artifact/{{ matrix.package }}
124+
name: build-${{ matrix.package }}
125+
path: ./artifact
126126
- name: Publish package distributions to PyPI
127127
uses: pypa/gh-action-pypi-publish@release/v1
128128
with:

0 commit comments

Comments
 (0)