We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 392575b commit 3b39fcfCopy full SHA for 3b39fcf
.github/workflows/cmake-multi-platform.yml
@@ -35,7 +35,6 @@ jobs:
35
cmake -B build -DCMAKE_BUILD_TYPE=Release -G Ninja
36
ninja -C build
37
copy build\OpenWinControlsCLI.exe ${{github.workspace}}\owc_windows
38
- windeployqt6.exe --no-translations --no-quick-import --no-opengl-sw --no-compiler-runtime ${{github.workspace}}/owc_windows/OpenWinControlsCLI.exe
39
40
- name: upload windows release
41
id: win_release_zip
0 commit comments