diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0862520..f8cb076 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -119,7 +119,7 @@ jobs: GH_TOKEN: ${{ github.token }} steps: - uses: actions/checkout@v4 - - run: gh run download ${{ github.run_id }} -n wheels-*/* + - run: gh run download ${{ github.run_id }} -n wheels-* - name: release run: | gh release create commit-${GITHUB_SHA:0:8} --prerelease wheels-*/* @@ -134,7 +134,7 @@ jobs: GH_TOKEN: ${{ github.token }} steps: - uses: actions/checkout@v4 - - run: gh run download ${{ github.run_id }} -n wheels-*/* + - run: gh run download ${{ github.run_id }} -n wheels-* - name: Publish to PyPI uses: PyO3/maturin-action@v1 with: