fix(ci): Fix build-and-release.yaml (#1413)
* Update build-and-release.yaml * Update build-and-release.yaml
This commit is contained in:
parent
c8cd8c17c6
commit
6332527a69
1 changed files with 3 additions and 8 deletions
11
.github/workflows/build-and-release.yaml
vendored
11
.github/workflows/build-and-release.yaml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: wheels
|
||||
name: wheels-${{ matrix.os }}
|
||||
path: ./wheelhouse/*.whl
|
||||
|
||||
build_wheels_arm64:
|
||||
|
@ -100,14 +100,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Merge Artifacts
|
||||
uses: actions/upload-artifact/merge@v4
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: release
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: release
|
||||
merge-multiple: true
|
||||
path: dist
|
||||
|
||||
- uses: softprops/action-gh-release@v2
|
||||
|
|
Loading…
Reference in a new issue