We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96fb21a commit 56946d3Copy full SHA for 56946d3
1 file changed
.github/workflows/release.yml
@@ -48,6 +48,9 @@ jobs:
48
KEY_PASSWORD: ${{ secrets.ANDROID_KEY_PASSWORD }}
49
run: |
50
chmod +x gradlew
51
+
52
+ ./gradlew :app:externalNativeBuildRelease --info -Pandroid.native.buildOutput=verbose > /tmp/native.ci.log 2>&1 || true
53
54
./gradlew assembleRelease \
55
-Pandroid.ndkVersion=28.0.12433566
56
0 commit comments