diff --git a/.github/workflows/build_linux_arm64_wheels-gh.yml b/.github/workflows/build_linux_arm64_wheels-gh.yml index dca25c28c55..b7bf554db9a 100644 --- a/.github/workflows/build_linux_arm64_wheels-gh.yml +++ b/.github/workflows/build_linux_arm64_wheels-gh.yml @@ -145,6 +145,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - uses: actions/upload-artifact@v4 with: + name: chdb-artifacts-linux-aarch64-${{ matrix.python-version }} path: | ./dist/*.whl ./linux-aarch64-libchdb.tar.gz diff --git a/.github/workflows/build_linux_x86_wheels.yml b/.github/workflows/build_linux_x86_wheels.yml index ce68660a1f7..4d976132eb4 100644 --- a/.github/workflows/build_linux_x86_wheels.yml +++ b/.github/workflows/build_linux_x86_wheels.yml @@ -144,6 +144,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - uses: actions/upload-artifact@v4 with: + name: chdb-artifacts-linux-x86_64-${{ matrix.python-version }} path: | ./dist/*.whl ./linux-x86_64-libchdb.tar.gz diff --git a/.github/workflows/build_macos_x86_wheels.yml b/.github/workflows/build_macos_x86_wheels.yml index c604870ca7f..21957db4902 100644 --- a/.github/workflows/build_macos_x86_wheels.yml +++ b/.github/workflows/build_macos_x86_wheels.yml @@ -145,6 +145,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - uses: actions/upload-artifact@v4 with: + name: chdb-artifacts-macos-x86_64-${{ matrix.python-version }} path: | ./dist/*.whl ./macos-x86_64-libchdb.tar.gz