Skip to content

Commit 8616414

Browse files
authored
recursive clone
1 parent ecf2f48 commit 8616414

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build_app.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: build_app
22

3-
on:
4-
push:
5-
tags: [ develop ]
6-
workflow_dispatch:
3+
on: [push, workflow_dispatch]
74

85
env:
96
SCHEME: AltServer
@@ -15,6 +12,8 @@ jobs:
1512
steps:
1613
- name: Checkout project
1714
uses: actions/checkout@v2
15+
with:
16+
submodules: recursive
1817

1918
- name: Set environment variables from project settings
2019
run: |

0 commit comments

Comments
 (0)