fixup! fixup! Add LFS support to the workflows.

This commit is contained in:
2025-12-19 18:19:53 +00:00
parent 21b995bb16
commit b4d172b69c
4 changed files with 253 additions and 230 deletions
+6
View File
@@ -13,6 +13,11 @@ on:
required: false
type: string
default: "release.yml"
lfs:
description: "Enable Git LFS checkout (for repos with large files)"
required: false
type: boolean
default: false
jobs:
autoupdate:
@@ -24,6 +29,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: ${{ inputs.lfs }}
- name: Run workflow prepare script
shell: bash
+3
View File
@@ -127,6 +127,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: ${{ inputs.lfs }}
- name: Run workflow prepare script
shell: bash
@@ -197,6 +198,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: ${{ inputs.lfs }}
- name: Run workflow prepare script
shell: bash
+13
View File
@@ -55,6 +55,11 @@ on:
required: false
type: string
default: '[{"os":"macos-latest","goos":"darwin","goarch":"arm64","platform":"darwin_arm64"},{"os":"ubuntu-latest","goos":"linux","goarch":"amd64","platform":"linux_amd64"},{"os":"windows-latest","goos":"windows","goarch":"amd64","platform":"windows_amd64"}]'
lfs:
description: "Enable Git LFS checkout (for repos with large files)"
required: false
type: boolean
default: false
outputs:
version:
description: "The calculated version (without v prefix)"
@@ -70,6 +75,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: ${{ inputs.lfs }}
- name: Run workflow prepare script
shell: bash
@@ -91,6 +99,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: ${{ inputs.lfs }}
- name: Run workflow prepare script
shell: bash
@@ -130,6 +140,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: ${{ inputs.lfs }}
- name: Run workflow prepare script
shell: bash
@@ -163,6 +174,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: ${{ inputs.lfs }}
- name: Run workflow prepare script
shell: bash
@@ -217,6 +229,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: ${{ inputs.lfs }}
- name: Run workflow prepare script
shell: bash
+1
View File
@@ -76,6 +76,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: ${{ inputs.lfs }}
- name: Run workflow prepare script
shell: bash