Skip to content

Commit 19c8ce1

Browse files
committed
Update build-android-ndk.yml
1 parent 239cf15 commit 19c8ce1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build-android-ndk.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build arm64 NDK library
33
on:
44
push:
55
branches:
6-
- master
6+
- xlorie
77

88
jobs:
99
build:
@@ -13,6 +13,7 @@ jobs:
1313
- name: Clone repository
1414
uses: actions/checkout@v4
1515
with:
16+
ref: xlorie
1617
submodules: recursive
1718
fetch-depth: 1
1819

@@ -29,4 +30,4 @@ jobs:
2930
uses: actions/upload-artifact@v4
3031
with:
3132
name: libXlorie-arm64
32-
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

Comments
 (0)