We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b042dd commit dd2c3e4Copy full SHA for dd2c3e4
.github/workflows/main.yml
@@ -321,6 +321,9 @@ jobs:
321
if: runner.os == 'Windows'
322
run: |
323
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
327
328
- name: Archive artifacts
329
uses: actions/upload-artifact@v4
0 commit comments