From 7800056597c910b549e4867cf3e358313e6a5f93 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Fri, 27 Dec 2024 02:23:11 +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 2bed316..ed341b4 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_fido_esp32-s3.bin @flash_args cd .. else mkdir build