ci: add version to tg msg (#75)
This commit is contained in:
1
.github/workflows/build-su.yml
vendored
1
.github/workflows/build-su.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user