Skip to content

Commit

Permalink
Remove more unnecessary files from the Windows artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
redstrate committed May 18, 2024
1 parent 5b042dd commit dd2c3e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd2c3e4

Please sign in to comment.