Update build.yml

This commit is contained in:
DecorativeFamily 2024-11-14 13:11:09 +03:30 committed by GitHub
parent 33fde81bcd
commit 28f27c750e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,8 +34,8 @@ jobs:
# Optional cleanup of .pdb files after builds
- name: Clean Up PDB Files
run: |
rm -f ./bin/win-x64/*.pdb
rm -f ./bin/linux-x64/*.pdb
Remove-Item -Path ./bin/win-x64/*.pdb -Force
Remove-Item -Path ./bin/linux-x64/*.pdb -Force
# List output files for verification
- name: List Output Files