We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7004cda commit 56d0607Copy full SHA for 56d0607
.github/workflows/build-android-apk.yaml
@@ -53,7 +53,7 @@ jobs:
53
- name: Build Android App
54
uses: borales/actions-yarn@v4
55
with:
56
- cmd: android:build:release && pwd
+ cmd: android:build:release
57
dir: 'client'
58
env:
59
NDK_BIN: /Users/tmfmacmini/android/ndk/27.2.12479018/toolchains/llvm/prebuilt/darwin-x86_64/bin/
0 commit comments