ci: update msg (#76)
This commit is contained in:
5
.github/workflows/build-kernel-5.10.yml
vendored
5
.github/workflows/build-kernel-5.10.yml
vendored
@@ -41,6 +41,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
path: KernelSU
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup kernel source
|
||||
run: |
|
||||
@@ -139,7 +140,9 @@ jobs:
|
||||
TITLE: kernel-aarch64-${{ matrix.version }}
|
||||
run: |
|
||||
if [ ! -z "${{ secrets.BOT_TOKEN }}" ]; then
|
||||
export VERSION=$(git describe --tags --always)
|
||||
cd $GITHUB_WORKSPACE/KernelSU
|
||||
export VERSION=$(git rev-list --count HEAD)
|
||||
cd -
|
||||
OUTDIR=android-kernel/out/android12-5.10/dist
|
||||
IMAGE_GZ=${{ matrix.version }}-Image.gz
|
||||
BOOT=${{ matrix.version }}-boot.img.zip
|
||||
|
||||
Reference in New Issue
Block a user