Skip to content

Commit d5ff6fe

Browse files
committed
verbose again
1 parent d9c393d commit d5ff6fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: matrix.os == 'windows-latest'
4444
shell: pwsh
4545
run: |
46-
& "${env:Qt6_DIR}\bin\windeployqt.exe" --verbose --release --compiler-runtime build\Release\FrameExtractor.exe
46+
& "${env:Qt6_DIR}\bin\windeployqt.exe" --release --compiler-runtime --verbose=2 build\Release\FrameExtractor.exe
4747
4848
- name: Bundle Qt (macOS)
4949
if: matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)