We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b804e commit 9ee20daCopy full SHA for 9ee20da
1 file changed
.github/workflows/release-desktop-multi-os.yml
@@ -90,7 +90,7 @@ jobs:
90
with:
91
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 }}
92
fetch-depth: 0
93
- lfs: true
+ lfs: false
94
95
- name: Setup Node.js
96
uses: actions/setup-node@v5
@@ -217,7 +217,7 @@ jobs:
217
218
219
220
221
222
223
0 commit comments