diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf4d775..c4e1c30 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,7 +99,7 @@ jobs: - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: - name: dist-{{ matrix.os }}-{{ matrix.cibw_arch }}-{{ matrix.cibw_python.split('-')[0] }} + name: dist-${{ matrix.os }}-${{ matrix.cibw_arch }}-${{ matrix.cibw_python.split('-')[0] }} path: wheelhouse/*.whl publish: