We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c073d6d + 08ae351 commit 97f55c5Copy full SHA for 97f55c5
.github/workflows/build.yaml
@@ -142,7 +142,7 @@ jobs:
142
uses: softprops/action-gh-release@v1
143
if: startsWith(github.ref, 'refs/tags/')
144
with:
145
- files: project-chip/out/controller/python/*.whl
+ files: ./connectedhomeip/out/controller/python/*.whl
146
- name: Upload wheels to PyPI
147
148
env:
@@ -229,7 +229,7 @@ jobs:
229
uses: actions/upload-artifact@v4
230
231
name: chip-wheels-macosx-${{ matrix.arch.name }}
232
- path: project-chip/out/controller/python/*.whl
+ path: ./connectedhomeip/out/controller/python/*.whl
233
- name: Upload wheels as release assets
234
235
0 commit comments