Skip to content

Commit d1967a9

Browse files
committed
Correct artifact directory
1 parent d22ddd0 commit d1967a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python_wheel_build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@ jobs:
3434
output-dir: ${{ env.WORKDIR }}/wheelhouse
3535

3636
- name: Upload wheel to github
37-
working-directory: ${{ env.WORKDIR }}
3837
uses: actions/upload-artifact@v4
3938
with:
4039
name: cibw-wheels-test
41-
path: wheelhouse/*.whl
40+
path: ${{ env.WORKDIR }}/wheelhouse/*.whl
4241

4342
- name: Upload wheel to EOS
4443
env:

0 commit comments

Comments
 (0)