mirror of
https://github.com/suchmememanyskill/CYD-Klipper.git
synced 2026-03-21 05:33:24 +00:00
Fetch entire git history so tag can be extracted
This commit is contained in:
3
.github/workflows/compile.yaml
vendored
3
.github/workflows/compile.yaml
vendored
@@ -12,6 +12,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
2
ci.py
2
ci.py
@@ -5,7 +5,7 @@ BASE_DIR = os.getcwd()
|
|||||||
|
|
||||||
def get_manifest(base_path : str, device_name : str):
|
def get_manifest(base_path : str, device_name : str):
|
||||||
return {
|
return {
|
||||||
"name": f"CYD-Klipper for {device_name}",
|
"name": f"to {device_name}",
|
||||||
"new_install_prompt_erase": True,
|
"new_install_prompt_erase": True,
|
||||||
"builds": [
|
"builds": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user