Skip to content

Commit

Permalink
Change Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 13, 2024
1 parent a8f4c53 commit ba6b21b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@ jobs:
- name: Compile Stock Firmware
uses: esphome/build-action@v4.0.1
with:
yaml_file: firmware/doorman-stock.yaml
yaml-file: firmware/doorman-stock.yaml
version: beta
complete-manifest: true

- name: Compile Nuki Bridge Firmware
uses: esphome/build-action@v4.0.1
with:
yaml_file: firmware/doorman-nuki-bridge.yaml
yaml-file: firmware/doorman-nuki-bridge.yaml
version: beta
complete-manifest: true

- name: Send Discord failure notification
if: failure()
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/esphome-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ jobs:
- uses: esphome/build-action@v4.0.1
id: esphome-build
with:
yaml_file: ${{ matrix.file }}
yaml-file: ${{ matrix.file }}
version: ${{ inputs.esphome_version }}
complete-manifest: true
- run: |
ls -la
mkdir output
mv "${{ steps.esphome-build.outputs.name}}" temp
mv temp "${{ inputs.directory_name }}"
Expand Down

0 comments on commit ba6b21b

Please sign in to comment.