ci: change caption

This commit is contained in:
NextAlone 2022-02-13 02:57:37 +08:00
parent fe819fa4f7
commit b7ca4a520e
No known key found for this signature in database
GPG Key ID: DBA7B0AEF8C1CD2C

View File

@ -279,7 +279,7 @@ jobs:
curl http://127.0.0.1:8081/bot${{ secrets.TELEGRAM_TOKEN }}/sendMessage \
-X POST \
-F chat_id="${{ secrets.TELEGRAM_CHANNEL }}" \
-F text="==== ${{ github.event.inputs.tag }} ====" \
-F text="==== Release ====" \
--silent --show-error --fail >/dev/null
mkdir apks
find artifacts -name "*.apk" -exec cp {} apks \;