1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-22 20:47:45 +00:00

Remove more unnecessary files from the Windows artifact

This commit is contained in:
Joshua Goins 2024-05-18 14:07:54 -04:00
parent 5487169a9d
commit f3a45fe847

View file

@ -257,6 +257,7 @@ 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
- name: Archive artifacts
uses: actions/upload-artifact@v4