Update build.yml

This commit is contained in:
DecorativeFamily 2024-11-14 13:26:30 +03:30 committed by GitHub
parent 1d6c44ca41
commit 167f1439f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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