Browse Source

ci: 💚 fix CI

tags/0.1.0
shangfengh 2 years ago
parent
commit
f765a547d5
3 changed files with 4 additions and 12 deletions
  1. +4
    -4
      .github/workflows/upload_deploy.yml
  2. +0
    -0
      QandA.md
  3. +0
    -8
      dependency/shell/publish.cmd

+ 4
- 4
.github/workflows/upload_deploy.yml View File

@@ -61,13 +61,13 @@ jobs:
- name: Copy Markdown
run: |
New-Item -Path . -Name "Md" -ItemType "directory"
mkdir -p ./Md/
cp ./CAPI/CAPI接口(cpp).md ./Md/
cp ./CAPI/CAPI接口(python).md ./Md/
cp ./CAPI/Tool_tutorial.md ./Md/
cp Q&A.md ./Md/
cp 使用文档.md ./Md/
cp GameRules.md ./Md/
cp ./QandA.md ./Md/
cp ./使用文档.md ./Md/
cp ./logic/GameRules.md ./Md/
- name: Markdown to PDF and HTML
uses: BaileyJM02/markdown-to-pdf@v1.2.0


Q&A.md → QandA.md View File


+ 0
- 8
dependency/shell/publish.cmd View File

@@ -1,8 +0,0 @@
@ECHO OFF
CD %~dp0
dotnet publish "../../Logic/Server/Server.csproj" -c Release -r linux-x64 --self-contained true
dotnet publish "../../Logic/Server/Server.csproj" -c Release -r win-x64 --self-contained true
dotnet publish "../../Logic/Server/Server.csproj" -c Debug -r win-x64 --self-contained true
dotnet publish "../../Logic/Server/Server.csproj" -c Debug -r linux-x64 --self-contained true
dotnet publish "../../Logic/Client/Client.csproj" -c Release -r win-x64 --self-contained true
PAUSE

Loading…
Cancel
Save