From e56a8d25005641092f242eadb25f25c117335d4e Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:17:00 +0100 Subject: [PATCH] checkout actions --- .github/workflows/create_release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 5fe56c1..d2ff71c 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -38,6 +38,10 @@ jobs: matrix: binary-type: [apk, appbundle, ipa] steps: + - uses: actions/checkout@v3 + with: + submodules: recursive + - uses: ./.github/workflows/build_apk.yml if: ${{ matrix.binary-type != 'ipa' }} with: