From cab6e4b58f774a6bec0c61755328bd611f75f547 Mon Sep 17 00:00:00 2001 From: Akirami <66513481+A-kirami@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:49:30 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20=E4=BF=AE=E5=A4=8D=20PR=20?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E8=AF=84=E8=AE=BA=E7=9A=84=E7=BC=96=E7=A0=81?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b66fd13..3b230c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -104,6 +104,7 @@ jobs: uses: actions/github-script@v7 id: format-artifact-comment with: + result-encoding: string script: | const artifacts = await github.rest.actions.listWorkflowRunArtifacts({ owner: context.repo.owner,