From 1d6c44ca412ad52d157788d85b1a90c6b09010d2 Mon Sep 17 00:00:00 2001 From: DecorativeFamily <185765765+decorativefamily@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:23:30 +0330 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a1a00ee..ee5f9ccd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,14 +31,6 @@ jobs: run: | cd v2rayN && .\build.ps1 - # List output files for verification - - name: List Output Files - run: | - echo "Windows Build Output:" - dir ./bin/win-x64 - echo "Linux Build Output:" - dir ./bin/linux-x64 - # Package the outputs into a zip file - name: Package Artifacts run: |