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 ca7f37d commit a01c4e3Copy full SHA for a01c4e3
1 file changed
.github/workflows/make-apk.yml
@@ -10,7 +10,9 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout repo
13
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
14
+ with:
15
+ submodules: true
16
- name: Restore debug keystore from GitHub Secrets
17
run: |
18
# Check if exist and use the secret named DEBUG_KEYSTORE
0 commit comments