From b719382ff7474c332dfafcbb8c6d72a70f31637a Mon Sep 17 00:00:00 2001 From: MistEO Date: Sat, 22 Jul 2023 22:37:04 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E7=A7=BB=E9=99=A4win=E4=BA=A7=E7=89=A9?= =?UTF-8?q?=E5=8C=85=E4=B8=AD=E5=A4=9A=E4=BD=99=E7=9A=84=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6adf93ea..ed512d8fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: shell: bash run: | cp -r docs ${{ matrix.msbuild_target }}/Release - rm -rf ${{ matrix.msbuild_target }}/MaaThriftController + rm -rf ${{ matrix.msbuild_target }}/Release/MaaThriftController - uses: actions/upload-artifact@v3 with: