File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -108,13 +108,14 @@ jobs:
108
108
with :
109
109
name : matter-sdk-${{ env.matter_sdk_ref }}
110
110
- name : Extract Matter SDK from tar
111
+ working-directory : ./
111
112
run : |
112
113
mkdir -p project-chip
113
114
cd project-chip
114
115
apt update && apt install zstd
115
116
tar -xaf ../project-chip.tar.zst --use-compress-program=zstdmt .
116
117
git config --global --add safe.directory "*"
117
- working-directory : . /
118
+ rm -rf out /
118
119
- name : Bootstrap
119
120
run : scripts/build/gn_bootstrap.sh
120
121
- name : Setup Build, Run Build and Run Tests
@@ -140,7 +141,7 @@ jobs:
140
141
- name : Upload wheels as artifacts
141
142
uses : actions/upload-artifact@v3
142
143
with :
143
- name : chip-wheels
144
+ name : chip-wheels-${{ matrix.arch.name }}
144
145
path : project-chip/out/controller/python/*.whl
145
146
- name : Upload wheels as release assets
146
147
uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments