We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9191d77 commit ad07a47Copy full SHA for ad07a47
.github/workflows/build.yaml
@@ -141,7 +141,7 @@ jobs:
141
uses: actions/upload-artifact@v4
142
with:
143
name: chip-wheels-linux-${{ matrix.arch.name }}
144
- path: project-chip/out/controller/python/*.whl
+ path: ./connectedhomeip/out/controller/python/*.whl
145
- name: Upload wheels as release assets
146
uses: softprops/action-gh-release@v1
147
if: startsWith(github.ref, 'refs/tags/')
0 commit comments