mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-23 20:47:45 +00:00
Remove more unnecessary files from the Windows artifact
This commit is contained in:
parent
c8fb0c3923
commit
133edecf8a
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -321,6 +321,9 @@ jobs:
|
|||
if: runner.os == 'Windows'
|
||||
run: |
|
||||
Remove-Item -Path ${{ steps.strings.outputs.build-output-dir }}/bin/bin/opengl32sw.dll
|
||||
Remove-Item -Path ${{ steps.strings.outputs.build-output-dir }}/bin/Release -Force -Recurse
|
||||
Remove-Item -Path ${{ steps.strings.outputs.build-output-dir }}/bin/physis.dll
|
||||
Remove-Item -Path ${{ steps.strings.outputs.build-output-dir }}/bin/physis.pdb
|
||||
|
||||
- name: Archive artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue