diff --git a/.github/workflows/compile.yaml b/.github/workflows/compile.yaml index ab781aa..f17928b 100644 --- a/.github/workflows/compile.yaml +++ b/.github/workflows/compile.yaml @@ -12,6 +12,9 @@ jobs: steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - uses: actions/cache@v3 with: path: | diff --git a/ci.py b/ci.py index 0300260..be97402 100644 --- a/ci.py +++ b/ci.py @@ -5,7 +5,7 @@ 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": [ {