We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72dfeab commit 0bcdf00Copy full SHA for 0bcdf00
.github/workflows/build.yaml
@@ -145,7 +145,7 @@ jobs:
145
- name: Upload wheels as artifacts
146
uses: actions/upload-artifact@v4
147
with:
148
- name: chip-wheels-${{ matrix.arch.name }}
+ name: chip-wheels-linux-${{ matrix.arch.name }}
149
path: project-chip/out/controller/python/*.whl
150
- name: Upload wheels as release assets
151
uses: softprops/action-gh-release@v1
@@ -241,7 +241,7 @@ jobs:
241
242
243
244
+ name: chip-wheels-macosx-${{ matrix.arch.name }}
245
246
247
0 commit comments