We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d263ef commit 43e3e56Copy full SHA for 43e3e56
.github/workflows/autorelease.yaml
@@ -17,6 +17,8 @@ jobs:
17
steps:
18
- name: Checkout
19
uses: actions/checkout@v4
20
+ with:
21
+ lfs: false
22
23
- name: Install dependencies
24
run: sudo apt -y install apksigner
@@ -95,6 +97,8 @@ jobs:
95
97
96
98
99
100
101
102
103
104
@@ -238,6 +242,8 @@ jobs:
238
242
239
243
240
244
- uses: actions/checkout@v4
245
246
+ lfs: true
241
247
- name: Set up Python 3.11
248
uses: actions/setup-python@v5
249
with:
0 commit comments