Skip to content

Commit

Permalink
Fix missing dll
Browse files Browse the repository at this point in the history
  • Loading branch information
azagaya committed Oct 25, 2024
2 parents 2657274 + 3570e4d commit 3bfcd10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/laigter-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
mkdir \laigter-windows
windeployqt --compiler-runtime --dir .\laigter-windows .\release\laigter.exe
copy /Y .\release\laigter.exe .\laigter-windows\laigter.exe
for /f "usebackq" %%i in (`where libgomp-1.dll`) do copy "%%i" .\laigter-windows\
for /f "usebackq" %%i in (`where libwinpthread-1.dll`) do copy "%%i" .\laigter-windows\
where libmcfgthread-1.dll
tar.exe -a -c -f laigter-windows.zip laigter-windows
- name: upload artifacts
Expand Down

0 comments on commit 3bfcd10

Please sign in to comment.