ci: fix and send only arm arch

This commit is contained in:
NextAlone 2022-02-08 10:59:18 +08:00
parent 57a677882b
commit 597aaccdb2
No known key found for this signature in database
GPG Key ID: DBA7B0AEF8C1CD2C
2 changed files with 3 additions and 3 deletions

View File

@ -335,7 +335,7 @@ jobs:
-X POST \
-F chat_id="${{ secrets.HELPER_BOT_TARGET }}" \
-F document="@$apk" \
-F caption="${{ github.event.head_commit.message }}\n$GITHUB_SHA" \
-F caption="${{ github.event.head_commit.message }}%0A%0A$GITHUB_SHA" \
--silent --show-error --fail >/dev/null
pkill telegram-bot

View File

@ -319,8 +319,8 @@ jobs:
sleep 1
done
}
upload apks/Nagram-*-mini-*-release.apk
upload apks/Nagram-*-mini-*-releaseNoGcm.apk
upload apks/Nagram-*-mini-arm64-v8a-release.apk
upload apks/Nagram-*-mini-armeabi-v7a-release.apk
pkill telegram-bot
telegram-bot-api:
name: Telegram Bot API