From ff096b8ad0b70c041f8e0d89766fe6f3361c996c Mon Sep 17 00:00:00 2001 From: Mikhail Grushinskiy Date: Wed, 11 Dec 2024 09:56:44 -0500 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c3c5b7d..83ef2b4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -40,4 +40,9 @@ jobs: 0xe000 "$HOME/.arduino15/packages/esp32/hardware/esp32/2.0.15/tools/partitions/boot_app0.bin" 0x10000 "$HOME/work/bbn_esp32_sensors_hub/bbn_esp32_sensors_hub/build/bbn_esp32_sensors_hub.ino.bin" + - name: Make zip + run: | + ls /home/runner/work/bbn_esp32_sensors_hub/bbn_esp32_sensors_hub/build/*.bin /home/runner/work/bbn_esp32_sensors_hub/bbn_esp32_sensors_hub/build/*.csv | zip bbn_esp32_sensors_hub_bin-$(date +%Y-%m-%d).zip -j -@ + pwd + ls *.zip