From ff4cfcbbbe45dc14688b362f100bf31771ec3a07 Mon Sep 17 00:00:00 2001 From: MistEO Date: Tue, 11 Mar 2025 10:54:17 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20test=20=E4=B8=8A=E4=BC=A0=E5=AE=8C?= =?UTF-8?q?=E6=95=B4=20install=20=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a2b661fe5..4783eeead 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -143,8 +143,8 @@ jobs: - uses: actions/upload-artifact@v4 if: always() with: - name: MAA-win-${{ matrix.arch }}-full_log - path: "install/bin/debug" + name: MAA-win-${{ matrix.arch }}-full + path: "install" ubuntu: needs: meta @@ -270,8 +270,8 @@ jobs: - uses: actions/upload-artifact@v4 if: always() with: - name: MAA-linux-${{ matrix.arch }}-full_log - path: "install/bin/debug" + name: MAA-linux-${{ matrix.arch }}-full + path: "install" macos: needs: meta @@ -384,5 +384,5 @@ jobs: - uses: actions/upload-artifact@v4 if: always() with: - name: MAA-macos-${{ matrix.arch }}-full_log - path: "install/bin/debug" + name: MAA-macos-${{ matrix.arch }}-full + path: "install"