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
d293e6bb45
commit
d8d0bc7b07
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -21,13 +21,13 @@ jobs:
|
|||
- name: Build v2rayN
|
||||
run: |
|
||||
cd v2rayN &&
|
||||
.\build.ps1
|
||||
.\build.cs
|
||||
dotnet publish v2rayN.csproj -c Release -r win-x64 --self-contained false -p:PublishReadyToRun=false -p:PublishSingleFile=true -o ./bin/win-x64
|
||||
|
||||
- name: Build v2rayN.Desktop
|
||||
run: |
|
||||
cd v2rayN Desktop &&
|
||||
.\build.ps1
|
||||
.\build.cs
|
||||
dotnet publish v2rayN.Desktop.csproj -c Release -r linux-x64 --self-contained true -p:PublishReadyToRun=false -p:PublishSingleFile=true -o ./bin/linux-x64
|
||||
|
||||
# Optional cleanup of .pdb files if needed
|
||||
|
|
Loading…
Reference in a new issue