mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-30 06:46:19 +00:00
Update build.yml
This commit is contained in:
parent
1d6c44ca41
commit
167f1439f3
1 changed files with 0 additions and 5 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue