From 57f285af37fb16da68e69b4d2a9bce0f4ad3bee7 Mon Sep 17 00:00:00 2001 From: ikun0014 Date: Sat, 12 Oct 2024 15:57:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BF=99=E6=AC=A1=E6=80=BB=E8=83=BD?= =?UTF-8?q?=E7=94=A8=E4=BA=86=E5=90=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc912be..9416369 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,10 +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:\nCommit message: ${{ github.event.commits[0].message }}\n\nRepository: ${{ github.repository }}\n\nSee changes: https://github.com/${{ github.repository }}/commit/${{github.sha}}" \ - -F parse_mode=Markdown \ - https://api.telegram.org/bot${{ secrets.TELEGRAM_TOKEN }}/sendDocument - shell: cmd - + curl -F chat_id=${{ secrets.TELEGRAM_TO }} \ -F document=@build/Onekey---v${{ env.PACKAGE_VERSION }}.exe \ -F caption="${{ github.actor }} created commit:\nCommit message: ${{ github.event.commits[0].message }}\n\nRepository: ${{ github.repository }}\n\nSee changes: https://github.com/${{ github.repository }}/commit/${{github.sha}}" \ -F parse_mode=Markdown \ https://api.telegram.org/bot${{ secrets.TELEGRAM_TOKEN }}/sendDocument