diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index fd615a1cb4..9e110ebbe4 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -182,6 +182,7 @@ jobs: KEYPASS: ${{ secrets.KEYPASS }} STOREPASS: ${{ secrets.STOREPASS }} run: | + echo "${KEYPASS}" | wc -c cmake --build "${{ env.CMAKE_BUILD_DIR }}" --target bundle --config Release - name: 📦 Upload artifacts