mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-14 07:26:53 +03:00
Update build.yaml
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
- name: Build Firmware
|
||||
# run: touch firmware.bin # Testing
|
||||
run: cd code; platformio run --environment esp32cam; cp .pio/build/esp32cam/firmware.bin ../firmware__${{ github.ref_name }}__${{ steps.vars.outputs.sha_short }}.bin; ll -h ../firmware__${{ github.ref_name }}__${{ steps.vars.outputs.sha_short }}.bin
|
||||
run: cd code; platformio run --environment esp32cam; ls -lh .pio/build/esp32cam/; cp .pio/build/esp32cam/firmware.bin ../firmware__${{ github.ref_name }}__${{ steps.vars.outputs.sha_short }}.bin; ls -lh ../firmware__${{ github.ref_name }}__${{ steps.vars.outputs.sha_short }}.bin
|
||||
|
||||
- name: Set outputs
|
||||
id: vars
|
||||
|
||||
Reference in New Issue
Block a user