Skip to content

Commit

Permalink
Attempt #10.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Dec 27, 2023
1 parent da8c28e commit 03f9e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
mkdir "${{github.workspace}}/bin/platforms"
Copy-Item ($env:Qt5_DIR + '/plugins/platforms/qwindows.dll') "${{github.workspace}}/bin/platforms"
Copy-Item ($env:Qt5_DIR + '/bin/Qt5Core.dll'),($env:Qt5_DIR + '/bin/Qt5Gui.dll'),($env:Qt5_DIR + '/bin/Qt5Widgets.dll') "${{github.workspace}}/bin"
zip -r sideloader-windows.zip bin/*
Compress-Archive -Path bin/* -DestinationPath sideloader-windows.zip
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 03f9e06

Please sign in to comment.