Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tamlok committed May 2, 2024
1 parent fab1ca5 commit a4c5542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
git push --force --tags
- name: Update Continuous Build Release
if: github.ref == 'refs/heads/master' && ${{!startsWith(matrix.config.qt, '5.15')}}
if: github.ref == 'refs/heads/master'
uses: johnwbyrd/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion src/Packaging.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function(windeployqt target)
COMMAND "${CMAKE_COMMAND}" -E
env PATH="${QT_BIN_DIR}" "${WINDEPLOYQT_EXECUTABLE}"
${WINDEPLOYQT_ARGS}
--verbose 0
--verbose 1
--no-quick-import
--no-opengl-sw
--no-compiler-runtime
Expand Down

0 comments on commit a4c5542

Please sign in to comment.