We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e10bd commit 8f66145Copy full SHA for 8f66145
.github/workflows/build-android-apk.yaml
@@ -67,7 +67,7 @@ jobs:
67
cmd: android:build:release
68
dir: 'client'
69
env:
70
- NDK_BIN: $HOME/android/ndk/27.2.12479018/toolchains/llvm/prebuilt/darwin-x86_64/bin/
+ NDK_BIN: ${{HOME}}/android/ndk/27.2.12479018/toolchains/llvm/prebuilt/darwin-x86_64/bin/
71
72
- name: Create the Artifact
73
uses: actions/upload-artifact@v4
0 commit comments