Skip to content

Commit

Permalink
Change path
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 11, 2024
1 parent d2053e4 commit d7f0354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
publish-doorman-stock:
name: Publish Doorman Stock Firmware
uses: ./esphome-build.yml
uses: ./.github/workflows/esphome-build.yml
with:
files: doorman-stock.yaml
name: Doorman Stock
Expand All @@ -19,7 +19,7 @@ jobs:
directory_name: doorman-stock
publish-doorman-nuki-bridge:
name: Publish Doorman Nuki Bridge Firmware
uses: ./esphome-build.yml
uses: ./.github/workflows/esphome-build.yml
with:
files: doorman-nuki-bridge.yaml
name: Doorman Nuki Bridge
Expand Down

0 comments on commit d7f0354

Please sign in to comment.