mirror of
https://github.com/redstrate/Novus.git
synced 2025-07-21 06:37:45 +00:00
These are multiple commands
This commit is contained in:
parent
bb484d7b0d
commit
d55f1f97e4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake-multi-platform.yml
vendored
2
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -281,7 +281,7 @@ jobs:
|
|||
|
||||
- name: Copy required DLLs
|
||||
if: runner.os == 'Windows'
|
||||
run: >
|
||||
run: |
|
||||
Copy-Item -Path ${{ steps.strings.outputs.prefix-dir }}/bin/KF6ItemViews.dll -Destination ${{ steps.strings.outputs.build-output-dir }}/bin/bin
|
||||
Copy-Item -Path ${{ steps.strings.outputs.prefix-dir }}/bin/KF6IconWidgets.dll -Destination ${{ steps.strings.outputs.build-output-dir }}/bin/bin
|
||||
Copy-Item -Path ${{ steps.strings.outputs.prefix-dir }}/bin/KF6GuiAddons.dll -Destination ${{ steps.strings.outputs.build-output-dir }}/bin/bin
|
||||
|
|
Loading…
Add table
Reference in a new issue