ci: add version to tg msg (#75)

This commit is contained in:
Ylarod
2023-01-16 18:15:35 +08:00
committed by GitHub
parent bf3edfd0ef
commit b9dd673518
5 changed files with 10 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ jobs:
TITLE: kernel-aarch64-${{ matrix.version }}
run: |
if [ ! -z "${{ secrets.BOT_TOKEN }}" ]; then
export VERSION=$(git describe --tags --always)
OUTDIR=android-kernel/out/android13-5.15/dist
BOOT=${{ matrix.version }}-boot.img.zip
zip $BOOT -j -r $OUTDIR/boot.img