diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a62cf5304..de5010091 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest needs: GenerateDeviceMatrix strategy: - matrix: ${{ fromJSON(needs.generate-device-matrix.outputs.matrix) }} + matrix: ${{ fromJSON(needs.GenerateDeviceMatrix.outputs.matrix) }} steps: - uses: actions/checkout@v4 with: