We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbbed23 commit 7600176Copy full SHA for 7600176
.github/workflows/lighting-app.yaml
@@ -28,6 +28,6 @@ jobs:
28
- name: Build Lighting-App configurations
29
uses: SiliconLabsSoftware/matter-gn-build-action@v0.0.1
30
with:
31
- json-content: "./.github/silabs-builds.json"
+ json-content: ".github/silabs-builds.json"
32
example-app: "lighting-app"
33
- build-script: "./scripts/examples/gn_silabs_example.sh"
+ build-script: "scripts/examples/gn_silabs_example.sh"
0 commit comments