We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc34d83 commit 631ef75Copy full SHA for 631ef75
.github/workflows/windows-build.yml
@@ -65,12 +65,11 @@ jobs:
65
- name: Deploy
66
run: |
67
mkdir win_release
68
- mkdir tmp
69
for /r win_build %%f in (*.exe) do @move "%%f" win_release
70
for /r win_build %%f in (*.dll) do @move "%%f" win_release
71
cd win_release
72
windeployqt ${{ env.executable_name }}.exe --qmldir ..\win_build\src || exit 5
73
- for %%v in (*.dll) do windeployqt "%%v" || exit 5
+ windeployqt libscratchcpp-render.dll || exit 5
74
shell: cmd
75
#- name: Finalize Windows build
76
# run: .ci/windows_build.sh 1
0 commit comments