Skip to content

Commit

Permalink
build manifest for GDO blaQ
Browse files Browse the repository at this point in the history
  • Loading branch information
heythisisnate committed Mar 19, 2024
1 parent 34e6414 commit 8f0b91e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,16 @@ jobs:
ESP8266_IMAGE_URI: https://konnected-io.s3.us-east-2.amazonaws.com/builds/esphome/${{ steps.build-garage-door-gdov1-s.outputs.fname }}
ESP32_S3_IMAGE_URI: https://konnected-io.s3.us-east-2.amazonaws.com/builds/esphome/${{ steps.build-garage-door-gdov2-s.outputs.fname }}

- name: Build Manifest for GDO blaQ
if: github.event.release
run: |
ruby ./scripts/update-espwebtools-manifests.rb
env:
MANIFEST_NAME: Konnected GDO blaQ (GDOv2-Q) for ESPHome
MANIFEST_FNAME: esphome-gdov2-q.json
MANIFEST_VERSION: "${{ steps.garage-door-gdov2-q-version.outputs.data }}"
ESP32_S3_IMAGE_URI: https://konnected-io.s3.us-east-2.amazonaws.com/builds/esphome/${{ steps.build-garage-door-gdov2-q.outputs.fname }}

- name: Build Manifest for Alarm Panel Pro v1.x / LAN8720
if: github.event.release
run: |
Expand Down

0 comments on commit 8f0b91e

Please sign in to comment.