diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aed6e76..b14a094 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,8 @@ jobs: steps: - uses: actions/checkout@v5 - submodules: true + with: + submodules: true - name: set up secrets run: | echo "${{ secrets.RELEASE_KEYSTORE }}" > keystore.asc