Skip to content

Change FW Path

Change FW Path #8

Workflow file for this run

name: Build Stock Firmware
on:
pull_request:
workflow_dispatch:
push:
branches:
- docs-test
jobs:
publish-doorman-stock:
name: Publish Doorman Stock Firmware
uses: ./.github/workflows/esphome-build.yml
with:
files: ./firmware/doorman-stock.yaml
name: Doorman Stock
manifest_filename: doorman-stock-manifest.json
clean: false
esphome_version: latest
directory_name: doorman-stock
publish-doorman-nuki-bridge:
name: Publish Doorman Nuki Bridge Firmware
uses: ./.github/workflows/esphome-build.yml
with:
files: ./firmware/doorman-nuki-bridge.yaml
name: Doorman Nuki Bridge
manifest_filename: doorman-nuki-bridge-manifest.json
clean: false
esphome_version: latest
directory_name: doorman-nuki-bridge