From f1b669a7f2db3794512fb35f13529c7ad5171da8 Mon Sep 17 00:00:00 2001 From: VillagerTom Date: Mon, 23 Dec 2024 08:45:56 +0800 Subject: [PATCH] fix: 413 Request Entity Too Large --- .github/workflows/build-alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-alpha.yml b/.github/workflows/build-alpha.yml index 4154acc4..3546310d 100644 --- a/.github/workflows/build-alpha.yml +++ b/.github/workflows/build-alpha.yml @@ -205,7 +205,7 @@ jobs: with: bot_token: ${{ secrets.BOT_TOKEN }} chat_id: ${{ secrets.CHAT_ID }} - large_file: false + large_file: true method: sendFile path: PiliPalaX-alpha/* parse_mode: Markdown