Skip to content

Commit

Permalink
Merge pull request #16 from AzonInc/dev
Browse files Browse the repository at this point in the history
Fix Build Action
  • Loading branch information
AzonInc authored Aug 9, 2024
2 parents 769fccf + d813c26 commit db77894
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:
run: |
esphome compile doorman-stock.yaml
mkdir -p bin
cp .esphome/build/doorman-s3/.pioenvs/doorman-s3/firmware-factory.bin bin/firmware-factory.bin
cp .esphome/build/doorman-s3/.pioenvs/doorman-s3/firmware.bin bin/firmware.bin
cp .esphome/build/doorman-s3/.pioenvs/doorman-s3/firmware.factory.bin bin/firmware-factory.bin
cp .esphome/build/doorman-s3/.pioenvs/doorman-s3/firmware.bin bin/stock-firmware.bin
- name: Compile Nuki Bridge Firmware
working-directory: firmware
run: |
rm -rf .esphome/build/doorman-s3
esphome compile doorman-nuki-bridge.yaml
mkdir -p bin
cp .esphome/build/doorman-s3/.pioenvs/doorman-s3/firmware-factory.bin bin/nuki-bridge-firmware-factory.bin
cp .esphome/build/doorman-s3/.pioenvs/doorman-s3/firmware.factory.bin bin/nuki-bridge-firmware-factory.bin
cp .esphome/build/doorman-s3/.pioenvs/doorman-s3/firmware.bin bin/nuki-bridge-firmware.bin
- name: Upload Firmware
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
esphome compile doorman-stock.yaml
mkdir -p bin
cp .esphome/build/doorman-s3/.pioenvs/doorman-s3/firmware-factory.bin bin/firmware-factory.bin
cp .esphome/build/doorman-s3/.pioenvs/doorman-s3/firmware.factory.bin bin/firmware-factory.bin
cp .esphome/build/doorman-s3/.pioenvs/doorman-s3/firmware.bin bin/firmware.bin
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit db77894

Please sign in to comment.