From 2757b1365e932ad403ca4b57fb500770a03f1a7f Mon Sep 17 00:00:00 2001 From: Mathieu Kardous Date: Fri, 13 Dec 2024 13:58:09 -0500 Subject: [PATCH] fix workflow --- .github/workflows/lighting-app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighting-app.yaml b/.github/workflows/lighting-app.yaml index 544d1a34ec..3cb0b419c9 100644 --- a/.github/workflows/lighting-app.yaml +++ b/.github/workflows/lighting-app.yaml @@ -28,6 +28,6 @@ jobs: - name: Build Lighting-App configurations uses: SiliconLabsSoftware/matter-gn-build-action@v0.0.1 with: - json-content: ".github/silabs-builds.json" + json-file-path: ".github/silabs-builds.json" example-app: "lighting-app" build-script: "scripts/examples/gn_silabs_example.sh"