We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7615c7b commit aa9771dCopy full SHA for aa9771d
.github/workflows/CI.yaml
@@ -89,6 +89,7 @@ jobs:
89
run: msbuild -m -p:"Configuration=DebugCLI;Platform=x86" GhostServer.sln
90
91
- name: Deploy Qt
92
+ shell: cmd
93
run: |
94
mkdir GhostServer-win
95
copy /Y .\GhostServer.exe .\GhostServer-win\
0 commit comments