Skip to content

Commit 07b5380

Browse files
create android build test 51
1 parent 8f66145 commit 07b5380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-android-apk.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ jobs:
6464
- name: Build Android App
6565
uses: borales/actions-yarn@v4
6666
with:
67-
cmd: android:build:release
67+
cmd: android:build:release && pwd
6868
dir: 'client'
6969
env:
70-
NDK_BIN: ${{HOME}}/android/ndk/27.2.12479018/toolchains/llvm/prebuilt/darwin-x86_64/bin/
70+
NDK_BIN: ../../../../android/ndk/27.2.12479018/toolchains/llvm/prebuilt/darwin-x86_64/bin/
7171

7272
- name: Create the Artifact
7373
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)