Skip to content

Commit ad07a47

Browse files
committed
Fix wheels artifacts upload
1 parent 9191d77 commit ad07a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
uses: actions/upload-artifact@v4
142142
with:
143143
name: chip-wheels-linux-${{ matrix.arch.name }}
144-
path: project-chip/out/controller/python/*.whl
144+
path: ./connectedhomeip/out/controller/python/*.whl
145145
- name: Upload wheels as release assets
146146
uses: softprops/action-gh-release@v1
147147
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)