From 14e5225af5d068b2cc5813e8d71b8e4d185a73b4 Mon Sep 17 00:00:00 2001 From: Reinder Feenstra Date: Sun, 24 Jan 2021 10:19:47 +0100 Subject: [PATCH] CI: corrected windeployqt, try 1 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c366a75b..42c1fce0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,7 +72,7 @@ jobs: qmake --version qmake %GITHUB_WORKSPACE%/client/traintastic-client.pro CONFIG+="release" DESTDIR=${{runner.workspace}}/build nmake - windeployqt --release --no-translations -no-system-d3d-compiler --no-opengl-sw traintastic-client.exe + windeployqt --release --no-translations -no-system-d3d-compiler --no-opengl-sw ${{runner.workspace}}/build/traintastic-client.exe build-server: name: server ${{matrix.config.name}}