Skip to content

Commit d389885

Browse files
authored
Merge pull request #303 from chdb-io/fixPipelineArt
Fix artifacts conflict
2 parents c525a81 + 77536ab commit d389885

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/build_linux_arm64_wheels-gh.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ jobs:
145145
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
146146
- uses: actions/upload-artifact@v4
147147
with:
148+
name: chdb-artifacts-linux-aarch64-${{ matrix.python-version }}
148149
path: |
149150
./dist/*.whl
150151
./linux-aarch64-libchdb.tar.gz

.github/workflows/build_linux_x86_wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ jobs:
144144
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
145145
- uses: actions/upload-artifact@v4
146146
with:
147+
name: chdb-artifacts-linux-x86_64-${{ matrix.python-version }}
147148
path: |
148149
./dist/*.whl
149150
./linux-x86_64-libchdb.tar.gz

.github/workflows/build_macos_x86_wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ jobs:
145145
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
146146
- uses: actions/upload-artifact@v4
147147
with:
148+
name: chdb-artifacts-macos-x86_64-${{ matrix.python-version }}
148149
path: |
149150
./dist/*.whl
150151
./macos-x86_64-libchdb.tar.gz

0 commit comments

Comments
 (0)