Skip to content

Commit

Permalink
dont overwrite artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Oct 30, 2023
1 parent 1825009 commit 626c6b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v2
with:
name: wheels
path: dist
name: tikv_client-0.0.3-cp311-cp311-macosx_11_0_arm64.whl
path: dist/*.whl

windows:
runs-on: windows-latest
Expand Down Expand Up @@ -83,8 +83,8 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v2
with:
name: wheels
path: dist
name: tikv_client-0.0.3-cp311-none-win32.whl
path: dist/*.whl

linux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -134,8 +134,8 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v2
with:
name: wheels
path: dist
name: tikv_client-0.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
path: dist/*.whl

# linux-cross:
# runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 626c6b4

Please sign in to comment.