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.
2 parents 2657274 + 3570e4d commit 3bfcd10Copy full SHA for 3bfcd10
.github/workflows/laigter-windows.yaml
@@ -30,6 +30,9 @@ jobs:
30
mkdir \laigter-windows
31
windeployqt --compiler-runtime --dir .\laigter-windows .\release\laigter.exe
32
copy /Y .\release\laigter.exe .\laigter-windows\laigter.exe
33
+ for /f "usebackq" %%i in (`where libgomp-1.dll`) do copy "%%i" .\laigter-windows\
34
+ for /f "usebackq" %%i in (`where libwinpthread-1.dll`) do copy "%%i" .\laigter-windows\
35
+ where libmcfgthread-1.dll
36
tar.exe -a -c -f laigter-windows.zip laigter-windows
37
38
- name: upload artifacts
0 commit comments