mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2024-12-03 06:20:16 +01:00
use single thread to upload
This commit is contained in:
parent
be1c61363e
commit
c62714af5a
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -377,10 +377,7 @@ jobs:
|
||||
-X POST \
|
||||
-F chat_id="${{ secrets.TELEGRAM_CHANNEL }}" \
|
||||
-F document="@$apk" \
|
||||
--silent --show-error --fail >/dev/null &
|
||||
done
|
||||
for job in $(jobs -p); do
|
||||
wait $job || exit 1
|
||||
--silent --show-error --fail >/dev/null
|
||||
done
|
||||
}
|
||||
upload apks/NekoX-mini-*-release.apk
|
||||
|
Loading…
Reference in New Issue
Block a user