From 167f1439f3a815816a3bf8a79a72747b8179a66f Mon Sep 17 00:00:00 2001 From: DecorativeFamily <185765765+decorativefamily@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:26:30 +0330 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee5f9ccd..c84594ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,11 +31,6 @@ jobs: run: | cd v2rayN && .\build.ps1 - # Package the outputs into a zip file - - name: Package Artifacts - run: | - 7z a v2rayN.zip ./bin/win-x64/* ./bin/linux-x64/* - # Upload the zip file as an artifact - name: Upload Build Artifacts uses: actions/upload-artifact@v4