diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 173e50e..4471506 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -54,7 +54,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: dist-${{ matrix.target }} + name: dist-linux-${{ matrix.target }} path: dist windows: @@ -78,7 +78,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: dist-${{ matrix.target }} + name: dist-windows-${{ matrix.target }} path: dist macos: @@ -101,7 +101,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: dist-${{ matrix.target }} + name: dist-macos-${{ matrix.target }} path: dist sdist: