Skip to content

Commit

Permalink
Attempt #8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Dec 27, 2023
1 parent 39f497d commit 0826669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ jobs:
- name: Rename
run: |
mkdir "${{github.workspace}}/bin/platforms"
cp $env:Qt5_DIR + '/plugins/platforms/qwindows.dll' "${{github.workspace}}/bin/platforms"
cp $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 + '/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/*
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0826669

Please sign in to comment.