diff --git a/.github/workflows/esphome-build.yml b/.github/workflows/esphome-build.yml index 6b555492..2f43b920 100644 --- a/.github/workflows/esphome-build.yml +++ b/.github/workflows/esphome-build.yml @@ -32,7 +32,7 @@ jobs: - id: files-array run: | files=$(echo "${{ inputs.files }}" | jq -Rcn 'inputs | . / ","') - echo ::set-output name=files::$files + echo "{files}={$files}" >> $GITHUB_OUTPUT build: name: Build ESPHome binary for ${{ matrix.file }}