Skip to content

Commit e3a3799

Browse files
authored
Merge pull request #14 from home-assistant-libs/fix-chip-wheels-artifact
Fix wheels artefacts
2 parents ee0c02b + a9da874 commit e3a3799

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,14 @@ jobs:
108108
with:
109109
name: matter-sdk-${{ env.matter_sdk_ref }}
110110
- name: Extract Matter SDK from tar
111+
working-directory: ./
111112
run: |
112113
mkdir -p project-chip
113114
cd project-chip
114115
apt update && apt install zstd
115116
tar -xaf ../project-chip.tar.zst --use-compress-program=zstdmt .
116117
git config --global --add safe.directory "*"
117-
working-directory: ./
118+
rm -rf out/
118119
- name: Bootstrap
119120
run: scripts/build/gn_bootstrap.sh
120121
- name: Setup Build, Run Build and Run Tests
@@ -140,7 +141,7 @@ jobs:
140141
- name: Upload wheels as artifacts
141142
uses: actions/upload-artifact@v3
142143
with:
143-
name: chip-wheels
144+
name: chip-wheels-${{ matrix.arch.name }}
144145
path: project-chip/out/controller/python/*.whl
145146
- name: Upload wheels as release assets
146147
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)