Skip to content

Commit 119f9f9

Browse files
committed
actions: remove unnecessary binaries
1 parent 91343fa commit 119f9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
copy /Y .\GhostServer.exe .\GhostServer-win\
9696
copy /Y .\GhostServer_CLI.exe .\GhostServer-win\
9797
cd GhostServer-win
98-
${{ env.QT_ROOT_DIR }}\bin\windeployqt.exe --release --no-compiler-runtime .\GhostServer.exe
98+
${{ env.QT_ROOT_DIR }}\bin\windeployqt.exe --release --no-compiler-runtime --no-system-d3d-compiler --no-opengl-sw .\GhostServer.exe
9999
100100
- name: Upload Artifact
101101
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)