Skip to content

Commit dd2c3e4

Browse files
committed
Remove more unnecessary files from the Windows artifact
1 parent 5b042dd commit dd2c3e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,9 @@ jobs:
321321
if: runner.os == 'Windows'
322322
run: |
323323
Remove-Item -Path ${{ steps.strings.outputs.build-output-dir }}/bin/bin/opengl32sw.dll
324+
Remove-Item -Path ${{ steps.strings.outputs.build-output-dir }}/bin/Release -Force -Recurse
325+
Remove-Item -Path ${{ steps.strings.outputs.build-output-dir }}/bin/physis.dll
326+
Remove-Item -Path ${{ steps.strings.outputs.build-output-dir }}/bin/physis.pdb
324327
325328
- name: Archive artifacts
326329
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)