From 0b69b990cc2de5ca7df66c5869418b1fa862c298 Mon Sep 17 00:00:00 2001 From: Felix Erdmann Date: Fri, 31 May 2024 14:39:09 +0200 Subject: [PATCH] ci: debug ci --- .github/workflows/compile-sketches.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/compile-sketches.yml b/.github/workflows/compile-sketches.yml index 38c458c..6e6474d 100644 --- a/.github/workflows/compile-sketches.yml +++ b/.github/workflows/compile-sketches.yml @@ -92,7 +92,9 @@ jobs: if [[ "$sketch_path" != "-" ]]; then echo "Processing sketch path: $sketch_path" python3 lzss.py --encode $sketch_path/$sketch_path.ino.bin /tmp/$sketch_path.ino.lzss + echo "LZSS file created: /tmp/$sketch_path.ino.lzss" python3 bin2ota.py ESP /tmp/$sketch_path.ino.lzss /tmp/$sketch_path.ino.ota + echo "OTA file created: /tmp/$sketch_path.ino.ota" fi done