mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-18 22:37:45 +00:00
Maybe we don't need the post cleanup step after all
This commit is contained in:
parent
1e5ae7d1d9
commit
a17879168d
1 changed files with 0 additions and 5 deletions
5
.github/workflows/cmake-multi-platform.yml
vendored
5
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -295,11 +295,6 @@ jobs:
|
||||||
Copy-Item -Path ${{ steps.strings.outputs.prefix-dir }}/bin/zlib.dll -Destination ${{ steps.strings.outputs.build-output-dir }}/bin/bin
|
Copy-Item -Path ${{ steps.strings.outputs.prefix-dir }}/bin/zlib.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
|
Copy-Item -Path $env:Qt6_DIR/bin/Qt6PrintSupport.dll -Destination ${{ steps.strings.outputs.build-output-dir }}/bin/bin
|
||||||
|
|
||||||
- name: Cleanup bin files
|
|
||||||
if: runner.os == 'Windows'
|
|
||||||
run: |
|
|
||||||
rm -Path ${{ steps.strings.outputs.build-output-dir }}/bin/Release
|
|
||||||
|
|
||||||
- name: Archive artifacts
|
- name: Archive artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue