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 23fa6be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/laigter-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@ jobs:
mkdir \laigter-windows
windeployqt --compiler-runtime --dir .\laigter-windows .\release\laigter.exe
copy /Y .\release\laigter.exe .\laigter-windows\laigter.exe
where libgomp-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 23fa6be

Please # to comment.