We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 239cf15 commit 19c8ce1Copy full SHA for 19c8ce1
1 file changed
.github/workflows/build-android-ndk.yml
@@ -3,7 +3,7 @@ name: Build arm64 NDK library
3
on:
4
push:
5
branches:
6
- - master
+ - xlorie
7
8
jobs:
9
build:
@@ -13,6 +13,7 @@ jobs:
13
- name: Clone repository
14
uses: actions/checkout@v4
15
with:
16
+ ref: xlorie
17
submodules: recursive
18
fetch-depth: 1
19
@@ -29,4 +30,4 @@ jobs:
29
30
uses: actions/upload-artifact@v4
31
32
name: libXlorie-arm64
- path: app/build/intermediates/cxx/Debug/*/obj/arm64-v8a/libXlorie.so
33
+ path: app/build/intermediates/cxx/Debug/*/obj/arm64-v8a/libXlorie.so
0 commit comments