Skip to content

Commit

Permalink
Attempt #9 plz
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Dec 27, 2023
1 parent 0826669 commit da8c28e
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 @@ -281,7 +281,7 @@ jobs:
run: |
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"
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/*
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit da8c28e

Please sign in to comment.