Skip to content

Commit 0bcdf00

Browse files
committed
Add platform name to artifacts
1 parent 72dfeab commit 0bcdf00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- name: Upload wheels as artifacts
146146
uses: actions/upload-artifact@v4
147147
with:
148-
name: chip-wheels-${{ matrix.arch.name }}
148+
name: chip-wheels-linux-${{ matrix.arch.name }}
149149
path: project-chip/out/controller/python/*.whl
150150
- name: Upload wheels as release assets
151151
uses: softprops/action-gh-release@v1
@@ -241,7 +241,7 @@ jobs:
241241
- name: Upload wheels as artifacts
242242
uses: actions/upload-artifact@v4
243243
with:
244-
name: chip-wheels-${{ matrix.arch.name }}
244+
name: chip-wheels-macosx-${{ matrix.arch.name }}
245245
path: project-chip/out/controller/python/*.whl
246246
- name: Upload wheels as release assets
247247
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)