Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Fix archive clean for build_example
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Nov 21, 2024
1 parent d4c3420 commit 5951e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot/bin/build_example
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ else
# Currently only BOARD_CREALITY_F401RE env:STM32F401RE_creality
if ((ARCHIVE)); then
annc "Archiving"
rm -f "$ARCSUB"/*.bin.tar.gz "$ARCSUB"/*.hex.tar.gz
rm -f "$ARCSUB"/*.tar.gz "$ARCSUB"/*.sha256.txt
find "$BUILD" \( "${BNAME[@]}" \) -exec sh -c '
ARCSUB="$1"
CONFIG="$2"
Expand Down

0 comments on commit 5951e64

Please sign in to comment.