diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 670c2588..9658442a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -32,5 +32,4 @@ jobs: - uses: actions/upload-artifact@v4 with: name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} - path: ./wheelhouse/*.whl - working-directory: wrappers/pyrichdem + path: ./wrappers/pyrichdem/wheelhouse/*.whl