Skip to content

Commit 43e3e56

Browse files
Download git lfs files in github workflows
1 parent 8d263ef commit 43e3e56

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/autorelease.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4
20+
with:
21+
lfs: false
2022

2123
- name: Install dependencies
2224
run: sudo apt -y install apksigner
@@ -95,6 +97,8 @@ jobs:
9597
steps:
9698
- name: Checkout
9799
uses: actions/checkout@v4
100+
with:
101+
lfs: false
98102

99103
- name: Install dependencies
100104
run: sudo apt -y install apksigner
@@ -238,6 +242,8 @@ jobs:
238242

239243
steps:
240244
- uses: actions/checkout@v4
245+
with:
246+
lfs: true
241247
- name: Set up Python 3.11
242248
uses: actions/setup-python@v5
243249
with:

0 commit comments

Comments
 (0)