Skip to content

Commit

Permalink
ci: 移除win产物包中多余的文件
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO authored Jul 22, 2023
1 parent 6268cb7 commit b719382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
shell: bash
run: |
cp -r docs ${{ matrix.msbuild_target }}/Release
rm -rf ${{ matrix.msbuild_target }}/MaaThriftController
rm -rf ${{ matrix.msbuild_target }}/Release/MaaThriftController
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit b719382

Please sign in to comment.