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