You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
ci: minor tweaks
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Build su
|
- name: Build susfs
|
||||||
working-directory: ./userspace/susfs
|
working-directory: ./userspace/susfs
|
||||||
run: $ANDROID_NDK/ndk-build
|
run: $ANDROID_NDK/ndk-build
|
||||||
- name: Upload a Build Artifact
|
- name: Upload a Build Artifact
|
||||||
@@ -32,9 +32,9 @@ jobs:
|
|||||||
name: susfs
|
name: susfs
|
||||||
path: ./userspace/susfs/libs
|
path: ./userspace/susfs/libs
|
||||||
|
|
||||||
- name: Upload ksud artifact
|
- name: Upload susfs artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: susfs-${{ inputs.target }}
|
name: susfs-${{ inputs.target }}
|
||||||
path: userspace/susfs/libs/**/susfs*
|
path: userspace/susfs/libs/**/susfs
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
APP_ABI := arm64-v8a x86_64
|
APP_ABI := arm64-v8a
|
||||||
APP_PLATFORM := android-24
|
APP_PLATFORM := android-24
|
||||||
APP_STL := none
|
APP_STL := none
|
||||||
|
|||||||
Reference in New Issue
Block a user