Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6332527

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

File tree

Expand file treeCollapse file tree

1 file changed

+3
-8
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-8
lines changed

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

Copy file name to clipboardExpand all lines: .github/workflows/build-and-release.yaml
+3-8Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.