We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64a34f commit c7c378aCopy full SHA for c7c378a
.github/workflows/ci.yml
@@ -78,9 +78,12 @@ jobs:
78
run: |
79
MSBUILD MAA.sln /t:rebuild /p:MAA_VERSION="${{ needs.meta.outputs.tag }}" /p:Configuration="Release" /p:Platform="${{ matrix.msbuild_target }}" /m
80
81
- - name: Copy docs
+ - name: Install
82
+ shell: bash
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
+
87
88
- uses: actions/upload-artifact@v3
89
with:
0 commit comments