mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-18 22:37:45 +00:00
Only run cleanup step on Windows
This commit is contained in:
parent
8c61a9993e
commit
905e791f8d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cmake-multi-platform.yml
vendored
1
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -309,6 +309,7 @@ jobs:
|
||||||
Copy-Item -Path $env:Qt6_DIR/bin/Qt6PrintSupport.dll -Destination ${{ steps.strings.outputs.build-output-dir }}/bin/bin
|
Copy-Item -Path $env:Qt6_DIR/bin/Qt6PrintSupport.dll -Destination ${{ steps.strings.outputs.build-output-dir }}/bin/bin
|
||||||
|
|
||||||
- name: Cleanup bin files
|
- name: Cleanup bin files
|
||||||
|
if: runner.os == 'Windows'
|
||||||
run: |
|
run: |
|
||||||
rm ${{ steps.strings.outputs.build-output-dir }}/bin/Release
|
rm ${{ steps.strings.outputs.build-output-dir }}/bin/Release
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue