Skip to content

Commit

Permalink
feat: a
Browse files Browse the repository at this point in the history
  • Loading branch information
JahazielLem committed Aug 30, 2024
1 parent 821fc19 commit fa5581c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Move NO OTA binaries
run: |
cp ./firmware/build-noota/*.bin ./firmware/build-noota-release/
cp ./firmware/build-noota/*/*.bin ./firmware/build-noota-release/
- name: esp-idf build OTA
uses: espressif/esp-idf-ci-action@v1
Expand All @@ -54,6 +55,7 @@ jobs:
- name: Move OTA binaries
run: |
cp ./firmware/build-ota/*.bin ./firmware/build-ota-release/
cp ./firmware/build-ota/*/*.bin ./firmware/build-ota-release/
- name: Zip NO OTA Folder
run: zip -r ./firmware/minino-noota-firmware.zip ./firmware/build-noota-release/
Expand Down

0 comments on commit fa5581c

Please sign in to comment.