Skip to content

Commit 9ee20da

Browse files
committed
fix(ci): disable lfs checkout in multi-os release workflow
1 parent 03b804e commit 9ee20da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-desktop-multi-os.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.source_ref != '' && github.event.inputs.source_ref || github.event_name == 'workflow_dispatch' && github.event.inputs.tag || github.ref }}
9292
fetch-depth: 0
93-
lfs: true
93+
lfs: false
9494

9595
- name: Setup Node.js
9696
uses: actions/setup-node@v5
@@ -217,7 +217,7 @@ jobs:
217217
with:
218218
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.source_ref != '' && github.event.inputs.source_ref || github.event_name == 'workflow_dispatch' && github.event.inputs.tag || github.ref }}
219219
fetch-depth: 0
220-
lfs: true
220+
lfs: false
221221

222222
- name: Setup Node.js
223223
uses: actions/setup-node@v5

0 commit comments

Comments
 (0)