diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8cfa6fe3cdf6..ef51b7584d06 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -115,3 +115,13 @@ jobs: - run: ./gradlew assembleRelease -PPROP_BUILD_TYPE=cmake --info shell: bash working-directory: tests/cpp-tests/proj.android + + - run: ./gradlew assembleRelease -PPROP_BUILD_TYPE=cmake --info + shell: bash + working-directory: tests/cpp-empty-test/proj.android + + - uses: actions/upload-artifact@v3 + with: + path: | + templates/**/*.apk + tests/**/*.apk