chore: 修改一下

This commit is contained in:
ikun0014
2024-10-12 16:31:34 +08:00
parent cec2d0fedb
commit 3642dbde30

View File

@@ -75,4 +75,4 @@ jobs:
- name: Upload to Telegram Channel
run: |
curl -F chat_id=${{ secrets.TELEGRAM_TO }} \ -F document=@build/Onekey---v${{ env.PACKAGE_VERSION }}.exe \ -F caption="${{ github.actor }} created commit:%0ACommit message: ${{ github.event.commits[0].message }}%0A%0ARepository: ${{ github.repository }}%0A%0ASee changes: https://github.com/${{ github.repository }}/commit/${{github.sha}}" \ -F parse_mode=Markdown \ https://api.telegram.org/bot${{ secrets.TELEGRAM_TOKEN }}/sendDocument
curl -F chat_id=${{ secrets.TELEGRAM_TO }} \ -F document=@build/Onekey---v${{ env.PACKAGE_VERSION }}.exe \ -F caption="Onekey 's New Update ${{ env.PACKAGE_VERSION }}" \ -F parse_mode=Markdown \ https://api.telegram.org/bot${{ secrets.TELEGRAM_TOKEN }}/sendDocument