From 7a0d0bbb855497faf866eb1de42f3cf2678a1388 Mon Sep 17 00:00:00 2001 From: MistEO Date: Mon, 24 Jul 2023 17:30:19 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=B8=8A=E4=BC=A0win-cmake=20=E4=BA=A7?= =?UTF-8?q?=E7=89=A9=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed512d8fc..c56b6036c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: - uses: actions/upload-artifact@v3 with: - name: MAA-win-${{ matrix.lowercase_target }} + name: MAA-win-${{ matrix.lowercase_target }}-vcx path: ${{ matrix.msbuild_target }}/Release windows-cmake: @@ -119,6 +119,11 @@ jobs: cmake --build build --preset "${{ matrix.arch == 'x86_64' && 'MSVC 2022' || 'MSVC 2022 ARM' }} - Release" cmake --install build --prefix install + - uses: actions/upload-artifact@v3 + with: + name: MAA-win-${{ matrix.arch }} + path: "install" + ubuntu: runs-on: ubuntu-latest needs: meta