Fix LUA script zipping (#898)

This commit is contained in:
Ben Lye
2023-10-30 13:44:43 +00:00
committed by GitHub
parent cd721e31d8
commit 8d84386c7a
3 changed files with 16 additions and 7 deletions

View File

@@ -86,6 +86,7 @@ buildEachRFModule() {
buildReleaseFiles(){
if [[ "$BOARD" =~ ":avr:multixmega32d4" ]]; then
build_release_orx;
build_release_extras;
elif [[ "$BOARD" =~ ":avr:multiatmega328p:bootloader=none" ]]; then
build_release_avr_noboot;
elif [[ "$BOARD" =~ ":avr:multiatmega328p:bootloader=optiboot" ]]; then