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
28f27c750e
commit
b54ab63000
1 changed files with 0 additions and 6 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -31,12 +31,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd v2rayN && .\build.ps1
|
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
|
# List output files for verification
|
||||||
- name: List Output Files
|
- name: List Output Files
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue