mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-30 06:46:19 +00:00
Update build.yml
This commit is contained in:
parent
28f27c750e
commit
b54ab63000
1 changed files with 0 additions and 6 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -30,12 +30,6 @@ jobs:
|
|||
- name: Build v2rayN
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue