From 6c5735fc4bdc7e0f01057eb4895e746046236983 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Fri, 27 Dec 2024 02:21:58 +0100 Subject: [PATCH] Fix bin name. Signed-off-by: Pol Henarejos --- workflows/autobuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/autobuild.sh b/workflows/autobuild.sh index 891842e..8daf6ea 100755 --- a/workflows/autobuild.sh +++ b/workflows/autobuild.sh @@ -35,7 +35,7 @@ idf.py set-target esp32s3 idf.py all mkdir -p release cd build -esptool.py --chip ESP32-S3 merge_bin -o ../release/esp32-s3.bin @flash_args +esptool.py --chip ESP32-S3 merge_bin -o ../release/pico_hsm_esp32-s3.bin @flash_args cd .. else mkdir build