Skip to content

Commit 219d1b1

Browse files
committed
Change FW Path
1 parent d7f0354 commit 219d1b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Publish Doorman Stock Firmware
1212
uses: ./.github/workflows/esphome-build.yml
1313
with:
14-
files: doorman-stock.yaml
14+
files: ./firmware/doorman-stock.yaml
1515
name: Doorman Stock
1616
manifest_filename: doorman-stock-manifest.json
1717
clean: false
@@ -21,7 +21,7 @@ jobs:
2121
name: Publish Doorman Nuki Bridge Firmware
2222
uses: ./.github/workflows/esphome-build.yml
2323
with:
24-
files: doorman-nuki-bridge.yaml
24+
files: ./firmware/doorman-nuki-bridge.yaml
2525
name: Doorman Nuki Bridge
2626
manifest_filename: doorman-nuki-bridge-manifest.json
2727
clean: false

0 commit comments

Comments
 (0)