From b54ab6300081c3ff8cd66334387d06694e193c6e Mon Sep 17 00:00:00 2001 From: DecorativeFamily <185765765+decorativefamily@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:20:54 +0330 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18548579..9a1a00ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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