Skip to content

Commit e60c946

Browse files
author
etet100
committed
Fix windeployqt
1 parent 63862ce commit e60c946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
shell: cmd
223223
run: |
224224
cd build\gpilot
225-
windeployqt gpilot.exe
225+
windeployqt AstroCore.exe
226226
for /R .. %%f in (*.dll) do copy /Y "%%f" .
227227
del /S /Q *.o
228228
del /S /Q *.cpp

0 commit comments

Comments
 (0)