diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc646a641b220..af22349bbfb4f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: --argjson architecture '${{ inputs.architecture }}' \ '{distribution: $distribution, architecture: $architecture}' ) - echo "$matrix" >> $GITHUB_OUTPUT + echo "matrix=$matrix" >> $GITHUB_OUTPUT build: name: Run build pipeline