From 68b87413f186ce6504461421736492366e7eaca5 Mon Sep 17 00:00:00 2001 From: MWTJC Date: Sat, 31 Aug 2024 03:12:49 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/CI.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d976433..4f19e88 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,7 +11,7 @@ jobs: - name: upload_problem uses: actions/upload-artifact@v3 with: - name: win64 dist.zip + name: win64 dist path: | .\dist\*.txt if-no-files-found: error @@ -21,7 +21,7 @@ jobs: - name: upload_noproblem uses: actions/upload-artifact@v3 with: - name: win64_dist.zip + name: win64_dist path: | .\dist\*.txt if-no-files-found: error