diff options
Diffstat (limited to '.github/workflows/make-apk.yml')
| -rw-r--r-- | .github/workflows/make-apk.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/make-apk.yml b/.github/workflows/make-apk.yml index c7c7c5b..26fd7fd 100644 --- a/.github/workflows/make-apk.yml +++ b/.github/workflows/make-apk.yml @@ -10,7 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 + with: + submodules: true - name: Restore debug keystore from GitHub Secrets run: | # Check if exist and use the secret named DEBUG_KEYSTORE |
