From 9ee8339577ee93f5c7c47be119a6275379321bfe Mon Sep 17 00:00:00 2001 From: Elysia Date: Wed, 28 Jan 2026 19:54:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E5=B7=A5=E4=BB=B6=E8=B7=AF=E5=BE=84=E4=BB=A5=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E4=B8=8D=E5=90=8C=E5=8C=85=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1b15ba0..fa549903 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,5 +77,5 @@ jobs: uses: actions/upload-artifact@v6 with: name: release_for_${{ matrix.package }} - path: release/ + path: release/**/*.${{ matrix.package }} retention-days: 5 \ No newline at end of file