Skip to content

Commit

Permalink
feat: I
Browse files Browse the repository at this point in the history
  • Loading branch information
JahazielLem committed Aug 30, 2024
1 parent ff577e3 commit 821fc19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Move NO OTA binaries
run: |
mv ./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 @@ -53,7 +53,7 @@ jobs:

- name: Move OTA binaries
run: |
mv ./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 821fc19

Please sign in to comment.