diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 9d45e8e3..47e54ae9 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -45,7 +45,7 @@ jobs: - uses: actions/upload-artifact@v4 if: always() with: - name: cppbinder-wheels-${{ matrix.os }} + name: cppbinder-wheels path: ./python/wheelhouse/*.whl - name: Upload wheels to release