ci: change caption
This commit is contained in:
parent
fe819fa4f7
commit
b7ca4a520e
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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 \;
|
||||
|
Loading…
Reference in New Issue
Block a user