Skip to content

Commit 60ecd07

Browse files
committed
Fix: 拷贝dll的路径错误.
1 parent 118d9f1 commit 60ecd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
$redistDll="{0}{1}\*.CRT\*.dll" -f $env:vcToolsRedistDir.Trim(),$env:msvcArch
145145
Copy-Item $redistDll dist\
146146
# 拷贝 DelegateUI.dll
147-
Copy-Item ${{ env.Qt6_DIR }}\qml\DelegateUI.dll dist\
147+
Copy-Item dist\DelegateUI\DelegateUI.dll dist\
148148
# 拷贝WinSDK dll
149149
$sdkDll="{0}Redist\{1}ucrt\DLLs\{2}\*.dll" -f $env:winSdkDir.Trim(),$env:winSdkVer.Trim(),$env:msvcArch
150150
Copy-Item $sdkDll dist\

0 commit comments

Comments
 (0)