Skip to content

Commit

Permalink
Merge pull request #303 from chdb-io/fixPipelineArt
Browse files Browse the repository at this point in the history
Fix artifacts conflict
  • Loading branch information
auxten authored Feb 20, 2025
2 parents c525a81 + 77536ab commit d389885
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_linux_arm64_wheels-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_linux_x86_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_macos_x86_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d389885

Please sign in to comment.