Skip to content

Commit

Permalink
Fix GitHub Actions workflow to correctly reference YAML files
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Oct 28, 2024
1 parent d818593 commit 3d0e230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:

jobs:
build:
name: Building ${{ matrix.file }}
name: ${{ matrix.file }}
runs-on: ubuntu-latest
strategy:
max-parallel: 3
Expand All @@ -40,7 +40,7 @@ jobs:
uses: esphome/[email protected]
id: esphome-build
with:
yaml-file: ${{ matrix.file }}.yaml
yaml-file: esphome/${{ matrix.file }}.yaml
version: latest
release-summary: "Check the release notes for more information."
release-url: ${{ inputs.release-url || env.RELEASE_URL }}
Expand Down

0 comments on commit 3d0e230

Please sign in to comment.