Skip to content

Commit 4f709cd

Browse files
committed
Fix upload-artifact@v4 overwrite
1 parent 27227a3 commit 4f709cd

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
@@ -148,6 +148,7 @@ jobs:
148148
path: |
149149
./dist/*.whl
150150
./linux-aarch64-libchdb.tar.gz
151+
overwrite: true
151152
- name: Upload pypi
152153
if: startsWith(github.ref, 'refs/tags/v')
153154
run: |

.github/workflows/build_linux_x86_wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ jobs:
147147
path: |
148148
./dist/*.whl
149149
./linux-x86_64-libchdb.tar.gz
150+
overwrite: true
150151
- name: Upload pypi
151152
if: startsWith(github.ref, 'refs/tags/v')
152153
run: |

.github/workflows/build_macos_x86_wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ jobs:
148148
path: |
149149
./dist/*.whl
150150
./macos-x86_64-libchdb.tar.gz
151+
overwrite: true
151152
- name: Upload pypi
152153
if: startsWith(github.ref, 'refs/tags/v')
153154
run: |

0 commit comments

Comments
 (0)