From aeace5e8cc5074462df04b6b38f23b39d0513988 Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Thu, 16 Nov 2023 20:18:20 +1100 Subject: [PATCH] Try redirecting output for Windows --- .github/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c9464c339..540d1e3c6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -365,7 +365,8 @@ jobs: copy /v /b src\cli\dokit.exe /b portable cd portable windeployqt --compiler-runtime --release --verbose 2 dokit.exe ${{ matrix.dll }} - :: dokit.exe --version + dokit.exe --version > tmp.txt + type tmp.txt working-directory: ${{ runner.temp }} - name: Setup artifacts shell: bash