forked from xiaozhi/xiaozhi-esp32
fix release
This commit is contained in:
@@ -9,3 +9,5 @@
|
|||||||
"CONFIG_LCD_ST7735_128X128=y"
|
"CONFIG_LCD_ST7735_128X128=y"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -72,7 +72,7 @@ def release(board_type, board_config):
|
|||||||
|
|
||||||
# Print Project Version
|
# Print Project Version
|
||||||
project_version = get_project_version()
|
project_version = get_project_version()
|
||||||
print(f"Project Version: {project_version}")
|
print(f"Project Version: {project_version}", config_path)
|
||||||
release_path = f"releases/v{project_version}_{board_type}.zip"
|
release_path = f"releases/v{project_version}_{board_type}.zip"
|
||||||
if os.path.exists(release_path):
|
if os.path.exists(release_path):
|
||||||
print(f"跳过 {board_type} 因为 {release_path} 已存在")
|
print(f"跳过 {board_type} 因为 {release_path} 已存在")
|
||||||
|
|||||||
Reference in New Issue
Block a user