Skip to content

Commit

Permalink
Upload all wheels from correct path
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
agners committed Mar 27, 2024
1 parent 3d21d47 commit 6a48e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: project-chip/out/controller/python/*.whl
files: ./connectedhomeip/out/controller/python/*.whl
- name: Upload wheels to PyPI
if: startsWith(github.ref, 'refs/tags/')
env:
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: chip-wheels-macosx-${{ matrix.arch.name }}
path: project-chip/out/controller/python/*.whl
path: ./connectedhomeip/out/controller/python/*.whl
- name: Upload wheels as release assets
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 6a48e36

Please sign in to comment.