ci: fix and send only arm arch
This commit is contained in:
parent
57a677882b
commit
597aaccdb2
2
.github/workflows/debug.yml
vendored
2
.github/workflows/debug.yml
vendored
@ -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
|
||||
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user