Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
huizebruin authored Aug 8, 2024
1 parent 91714ec commit 1290fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
uses: esphome/build-action@v3.2.0
id: esphome-build
with:
yaml-file: ${{ matrix.firmware.file }}
yaml_file: ${{ matrix.firmware.file }}
version: 2024.7.3
release-url: ${{ github.event.release.html_url || env.RELEASE_URL }}
release_url: ${{ github.event.release.html_url || env.RELEASE_URL }}

- name: Copy firmware and manifest 🔨
run: |
Expand Down

0 comments on commit 1290fe7

Please sign in to comment.