Update .github/workflows/kernel.yml
This commit is contained in:
parent
3e415ffd35
commit
c78a442619
1 changed files with 1 additions and 1 deletions
2
.github/workflows/kernel.yml
vendored
2
.github/workflows/kernel.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
echo "Building with KernelSU..."
|
echo "Building with KernelSU..."
|
||||||
./kernel_build/build-ksu.sh "$(pwd)" || exit 1
|
./kernel_build/build-ksu.sh "$(pwd)" || exit 1
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: Ksawlii/upload-artifact@main
|
uses: https://github.com/echapmanFromBunnings/upload-artifact@3.0.0
|
||||||
with:
|
with:
|
||||||
name: Kernels_a53x
|
name: Kernels_a53x
|
||||||
path: kernel_build/FireAsf*
|
path: kernel_build/FireAsf*
|
||||||
|
|
Loading…
Reference in a new issue