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 9b15c76 commit 0206c5dCopy full SHA for 0206c5d
.github/workflows/windows-mingw.yml
@@ -96,7 +96,7 @@ jobs:
96
Tree ${{ env.BUILD_TYPE }} /F
97
98
# 拷贝依赖
99
- windeployqt ${{ env.assume }} --qmldir . --no-translations --compiler-runtime ${{ env.BUILD_TYPE }}\bin\QCloudMusicApi.dll
+ windeployqt ${{ env.assume }} --qmldir . --no-translations --compiler-runtime ${{ env.BUILD_TYPE }}\bin\libQCloudMusicApi.dll
100
windeployqt ${{ env.assume }} --qmldir . --no-translations --compiler-runtime ${{ env.BUILD_TYPE }}\bin\Test.exe
101
windeployqt ${{ env.assume }} --qmldir . --no-translations --compiler-runtime ${{ env.BUILD_TYPE }}\bin\ApiServer.exe
102
# 打包zip
0 commit comments