mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-30 23:06:20 +00:00
Update build.yml
This commit is contained in:
parent
33fde81bcd
commit
28f27c750e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue