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

@@ -44,6 +44,7 @@ jobs:
TITLE: SU
run: |
if [ ! -z "${{ secrets.BOT_TOKEN }}" ]; then
export VERSION=$(git describe --tags --always)
pip3 install python-telegram-bot
mv ./userspace/su/libs/arm64-v8a/su su-arm64
mv ./userspace/su/libs/x86_64/su su-x86_64