Skip to content

Commit

Permalink
restructure manual setup zip (#1897)
Browse files Browse the repository at this point in the history
* Update build.yaml

* Update build.yaml

* Update build.yaml
  • Loading branch information
caco3 authored Jan 22, 2023
1 parent 5dc7bb9 commit 8aa9f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
cp -f "./code/.pio/build/esp32cam/firmware.bin" "manual_setup/firmware.bin"
cp -f "./code/.pio/build/esp32cam/bootloader.bin" "manual_setup/bootloader.bin"
cp -f "./code/.pio/build/esp32cam/partitions.bin" "manual_setup/partitions.bin"
zip -r ./manual_setup/sd-card.zip sd-card
cd sd-card; zip -r ../manual_setup/sd-card.zip *; cd ..
cd ./manual_setup
- name: Upload manual_setup.zip artifact (Firmware + Bootloader + Partitions + Web UI)
Expand Down

0 comments on commit 8aa9f48

Please sign in to comment.