We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91343fa commit 119f9f9Copy full SHA for 119f9f9
.github/workflows/CI.yaml
@@ -95,7 +95,7 @@ jobs:
95
copy /Y .\GhostServer.exe .\GhostServer-win\
96
copy /Y .\GhostServer_CLI.exe .\GhostServer-win\
97
cd GhostServer-win
98
- ${{ env.QT_ROOT_DIR }}\bin\windeployqt.exe --release --no-compiler-runtime .\GhostServer.exe
+ ${{ env.QT_ROOT_DIR }}\bin\windeployqt.exe --release --no-compiler-runtime --no-system-d3d-compiler --no-opengl-sw .\GhostServer.exe
99
100
- name: Upload Artifact
101
uses: actions/upload-artifact@v4
0 commit comments