Skip to content

Commit

Permalink
ci: 删除产物包中的MaaThriftController
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Jul 17, 2023
1 parent c64a34f commit c7c378a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,12 @@ jobs:
run: |
MSBUILD MAA.sln /t:rebuild /p:MAA_VERSION="${{ needs.meta.outputs.tag }}" /p:Configuration="Release" /p:Platform="${{ matrix.msbuild_target }}" /m
- name: Copy docs
- name: Install
shell: bash
run: |
xcopy docs ${{ matrix.msbuild_target }}\Release\docs\ /s /e /y
cp -r docs ${{ matrix.msbuild_target }}/Release
rm -rf ${{ matrix.msbuild_target }}/MaaThriftController
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit c7c378a

Please sign in to comment.