Skip to content

Commit c7c378a

Browse files
committed
ci: 删除产物包中的MaaThriftController
1 parent c64a34f commit c7c378a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,12 @@ jobs:
7878
run: |
7979
MSBUILD MAA.sln /t:rebuild /p:MAA_VERSION="${{ needs.meta.outputs.tag }}" /p:Configuration="Release" /p:Platform="${{ matrix.msbuild_target }}" /m
8080
81-
- name: Copy docs
81+
- name: Install
82+
shell: bash
8283
run: |
83-
xcopy docs ${{ matrix.msbuild_target }}\Release\docs\ /s /e /y
84+
cp -r docs ${{ matrix.msbuild_target }}/Release
85+
rm -rf ${{ matrix.msbuild_target }}/MaaThriftController
86+
8487
8588
- uses: actions/upload-artifact@v3
8689
with:

0 commit comments

Comments
 (0)