Skip to content

Commit 6a48e36

Browse files
committed
Upload all wheels from correct path
Upload wheels from the connectedhomeip directory which is now where the Matter SDK lives. This makes sure that wheel builds for macOS are available as well.
1 parent 3d21d47 commit 6a48e36

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
@@ -142,7 +142,7 @@ jobs:
142142
uses: softprops/action-gh-release@v2
143143
if: startsWith(github.ref, 'refs/tags/')
144144
with:
145-
files: project-chip/out/controller/python/*.whl
145+
files: ./connectedhomeip/out/controller/python/*.whl
146146
- name: Upload wheels to PyPI
147147
if: startsWith(github.ref, 'refs/tags/')
148148
env:
@@ -229,7 +229,7 @@ jobs:
229229
uses: actions/upload-artifact@v4
230230
with:
231231
name: chip-wheels-macosx-${{ matrix.arch.name }}
232-
path: project-chip/out/controller/python/*.whl
232+
path: ./connectedhomeip/out/controller/python/*.whl
233233
- name: Upload wheels as release assets
234234
uses: softprops/action-gh-release@v2
235235
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)