mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-10 21:46:55 +03:00
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@@ -46,8 +46,8 @@ jobs:
|
|||||||
cp -f "./code/.pio/build/esp32cam/firmware.bin" "firmware/firmware.bin"
|
cp -f "./code/.pio/build/esp32cam/firmware.bin" "firmware/firmware.bin"
|
||||||
cp -f "./code/.pio/build/esp32cam/bootloader.bin" "firmware/bootloader.bin"
|
cp -f "./code/.pio/build/esp32cam/bootloader.bin" "firmware/bootloader.bin"
|
||||||
cp -f "./code/.pio/build/esp32cam/partitions.bin" "firmware/partitions.bin"
|
cp -f "./code/.pio/build/esp32cam/partitions.bin" "firmware/partitions.bin"
|
||||||
cd sd-card
|
cd sd_card
|
||||||
zip -r ../firmware/html.zip sd-card/html
|
zip -r ../firmware/html.zip sd_card/html
|
||||||
|
|
||||||
- name: Push builds to repository
|
- name: Push builds to repository
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@v9
|
||||||
@@ -121,5 +121,5 @@ jobs:
|
|||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
files: './firmware/*'
|
files: './dist/${{matrix.OUT_FILE_NAME}}'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user