We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cdadfc commit 84086faCopy full SHA for 84086fa
.github/workflows/build.yaml
@@ -139,7 +139,7 @@ jobs:
139
name: chip-wheels-linux-${{ matrix.arch.name }}
140
path: ./connectedhomeip/out/controller/python/*.whl
141
- name: Upload wheels as release assets
142
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
143
if: startsWith(github.ref, 'refs/tags/')
144
with:
145
files: project-chip/out/controller/python/*.whl
@@ -231,7 +231,7 @@ jobs:
231
name: chip-wheels-macosx-${{ matrix.arch.name }}
232
path: project-chip/out/controller/python/*.whl
233
234
235
236
237
files: connectedhomeip/out/controller/python/*.whl
0 commit comments