Fetch entire git history so tag can be extracted

This commit is contained in:
suchmememanyskill
2024-02-09 21:28:17 +01:00
parent 4fe6f3e975
commit 8ff2be168e
2 changed files with 4 additions and 1 deletions

2
ci.py
View File

@@ -5,7 +5,7 @@ BASE_DIR = os.getcwd()
def get_manifest(base_path : str, device_name : str):
return {
"name": f"CYD-Klipper for {device_name}",
"name": f"to {device_name}",
"new_install_prompt_erase": True,
"builds": [
{