Skip to content

Commit 6332527

Browse files
authored
fix(ci): Fix build-and-release.yaml (#1413)
* Update build-and-release.yaml * Update build-and-release.yaml
1 parent c8cd8c1 commit 6332527

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- uses: actions/upload-artifact@v4
4141
with:
42-
name: wheels
42+
name: wheels-${{ matrix.os }}
4343
path: ./wheelhouse/*.whl
4444

4545
build_wheels_arm64:
@@ -100,14 +100,9 @@ jobs:
100100
runs-on: ubuntu-latest
101101

102102
steps:
103-
- name: Merge Artifacts
104-
uses: actions/upload-artifact/merge@v4
103+
- uses: actions/download-artifact@v4
105104
with:
106-
name: release
107-
108-
- uses: actions/download-artifact@v3
109-
with:
110-
name: release
105+
merge-multiple: true
111106
path: dist
112107

113108
- uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)