Skip to content

Commit

Permalink
ci: 上传win-cmake 产物包
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO authored Jul 24, 2023
1 parent 5727888 commit 7a0d0bb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7a0d0bb

Please sign in to comment.