Skip to content

Commit

Permalink
Try redirecting output for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Nov 16, 2023
1 parent 9ecc718 commit aeace5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aeace5e

Please sign in to comment.