Update build.yml

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

View file

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