Skip to content

Commit

Permalink
Fix bin name.
Browse files Browse the repository at this point in the history
Signed-off-by: Pol Henarejos <[email protected]>
  • Loading branch information
polhenarejos committed Dec 27, 2024
1 parent 3430655 commit 310bcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/autobuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 310bcb8

Please sign in to comment.