Skip to content

Commit

Permalink
Workflow updates (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Aug 2, 2024
1 parent 29529ca commit a566b8d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@ 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: |
esp32-s3-box/esp32-s3-box.factory.yaml
esp32-s3-box-lite/esp32-s3-box-lite.factory.yaml
esp32-s3-box-3/esp32-s3-box-3.factory.yaml
m5stack-atom-echo/m5stack-atom-echo.factory.yaml
name: ESPHome Voice Kit
name: wake-word-voice-assistant
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
2 changes: 1 addition & 1 deletion esp32-s3-box-3/esp32-s3-box-3.factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages:
esphome:
project:
name: esphome.voice-assistant
version: "24.8.1"
version: dev

ota:
- platform: http_request
Expand Down
2 changes: 1 addition & 1 deletion esp32-s3-box-lite/esp32-s3-box-lite.factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages:
esphome:
project:
name: esphome.voice-assistant
version: "24.8.1"
version: dev

ota:
- platform: http_request
Expand Down
2 changes: 1 addition & 1 deletion esp32-s3-box/esp32-s3-box.factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages:
esphome:
project:
name: esphome.voice-assistant
version: "24.8.1"
version: dev

ota:
- platform: http_request
Expand Down
2 changes: 1 addition & 1 deletion m5stack-atom-echo/m5stack-atom-echo.factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ packages:
esphome:
project:
name: m5stack.atom-echo-wake-word-voice-assistant
version: "24.8.1"
version: dev

ota:
- platform: http_request
Expand Down

0 comments on commit a566b8d

Please sign in to comment.