Update build.yml

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

View file

@ -31,12 +31,6 @@ jobs:
run: |
cd v2rayN && .\build.ps1
# Optional cleanup of .pdb files after builds
- name: Clean Up PDB Files
run: |
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
run: |