Skip to content

Commit

Permalink
Update with latest workflow settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Aug 2, 2024
1 parent 6f1661f commit 600d7c9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build ESPHome firmware
name: Build

on:
push:
Expand All @@ -16,12 +16,14 @@ concurrency:
jobs:
build-firmware:
name: Build Firmware
uses: esphome/workflows/.github/workflows/build.yml@jesserockz-2024-326
uses: esphome/workflows/.github/workflows/build.yml@main
with:
files: |
voice-kit.yaml
name: ESPHome Voice Kit
name: voice-kit
esphome-version: 2024.7.3
release-summary: ${{ github.event_name == 'release' && github.event.release.body || '' }}
release-url: ${{ github.event_name == 'release' && github.event.release.url || '' }}
upload: ${{ github.event_name == 'release' }}
upload: ${{ github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/dev') }}
release-version: ${{ github.event_name == 'release' && github.event.release.tag_name || '' }}
secrets: inherit

0 comments on commit 600d7c9

Please sign in to comment.