Fix release CI

This commit is contained in:
luvletter2333 2022-01-17 15:18:39 +08:00
parent f4d4851672
commit 130230f081
No known key found for this signature in database
GPG Key ID: A26A8880836E1978
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ jobs:
- name: Release
run: |
chmod +x telegram-bot-api-binary
./telegram-bot-api-binary --api-id=21724 --api-hash=3e0cb5efcd52300aec5994fdfc5bdc16 2>&1 > /dev/null &
./telegram-bot-api-binary --api-id=21724 --api-hash=3e0cb5efcd52300aec5994fdfc5bdc16 --local 2>&1 > /dev/null &
mkdir apks
find artifacts -name "*.apk" -exec cp {} apks \;
function upload() {