Skip to content

Commit

Permalink
Work on fixing missing dlls
Browse files Browse the repository at this point in the history
  • Loading branch information
azagaya committed Oct 14, 2024
1 parent c0b44da commit c8020fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/laigter-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ jobs:
mkdir \laigter-windows
windeployqt --compiler-runtime --dir .\laigter-windows .\release\laigter.exe
copy /Y .\release\laigter.exe .\laigter-windows\laigter.exe
copy /Y D:\a\laigter\Qt\Tools\mingw81_64\bin\libgomp-1.dll .\laigter-windows\libgomp-1.dll
copy /Y D:\a\laigter\Qt\Tools\mingw81_64\bin\libwinpthread-1.dll .\laigter-windows\libwinpthread-1.dll
tar.exe -a -c -f laigter-windows.zip laigter-windows
- name: upload artifacts
uses: actions/upload-artifact@v4
with:
name: mac-artifacts
name: win-artifacts
path: laigter-windows.zip

- name: GitHub Releases
Expand Down

0 comments on commit c8020fd

Please sign in to comment.