Skip to content

Commit

Permalink
Correct path to (Windows) dokit.exe executable
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Aug 6, 2023
1 parent 98d20f3 commit 9e70a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e70a3d

Please sign in to comment.