Skip to content

Commit 56946d3

Browse files
committed
test
1 parent 96fb21a commit 56946d3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
KEY_PASSWORD: ${{ secrets.ANDROID_KEY_PASSWORD }}
4949
run: |
5050
chmod +x gradlew
51+
52+
./gradlew :app:externalNativeBuildRelease --info -Pandroid.native.buildOutput=verbose > /tmp/native.ci.log 2>&1 || true
53+
5154
./gradlew assembleRelease \
5255
-Pandroid.ndkVersion=28.0.12433566
5356

0 commit comments

Comments
 (0)