Skip to content

Commit

Permalink
Merge pull request #48 from home-assistant-libs/fix-upload-path
Browse files Browse the repository at this point in the history
Upload all wheels from correct path
  • Loading branch information
agners authored Mar 27, 2024
2 parents 3d21d47 + 6a48e36 commit 47c9050
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 47c9050

Please sign in to comment.