From 9e70a3de099a2a1bfa6a522c1cbfd26b255fa93a Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Sun, 6 Aug 2023 13:25:02 +1000 Subject: [PATCH] Correct path to (Windows) `dokit.exe` executable --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b91c50f5c..cf132a28f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -367,7 +367,7 @@ jobs: copy /v /b src\cli\dokit.exe /b portable cd portable windeployqt --compiler-runtime --release --verbose 2 dokit.exe ${{ matrix.dll }} - portable\dokit.exe --version + dokit.exe --version working-directory: ${{ runner.temp }} - name: Setup artifacts shell: bash