ci: fix typo (#57)

This commit is contained in:
Ylarod
2023-01-13 21:09:37 +08:00
committed by GitHub
parent a748bed807
commit 6e483a025d

View File

@@ -123,8 +123,8 @@ jobs:
BOOT_GZ=${{ matrix.version }}-boot-gz.img.zip BOOT_GZ=${{ matrix.version }}-boot-gz.img.zip
mv $OUTDIR/Image.gz $IMAGE_GZ mv $OUTDIR/Image.gz $IMAGE_GZ
zip $BOOT -j -r $OUTDIR/boot.img zip $BOOT -j -r $OUTDIR/boot.img
zip $BOOT_LZ4 -j -r $OUTDIR/boot-gz.img zip $BOOT_LZ4 -j -r $OUTDIR/boot-lz4.img
zip $BOOT_GZ -j -r $OUTDIR/boot-lz4.img zip $BOOT_GZ -j -r $OUTDIR/boot-gz.img
pip3 install python-telegram-bot pip3 install python-telegram-bot
python3 $GITHUB_WORKSPACE/KernelSU/scripts/ksubot.py $IMAGE_GZ $BOOT $BOOT_LZ4 $BOOT_GZ python3 $GITHUB_WORKSPACE/KernelSU/scripts/ksubot.py $IMAGE_GZ $BOOT $BOOT_LZ4 $BOOT_GZ
fi fi