Update README.md (#9654)

* Update README.md

* Update build-linux.yml

* Update build.yml

* Update Directory.Packages.props
This commit is contained in:
JieXu
2026-07-02 09:20:46 +08:00
committed by GitHub
parent 31e32f174e
commit 1e8ba9ad9b
4 changed files with 16 additions and 6 deletions
+3
View File
@@ -22,6 +22,7 @@ jobs:
case(
inputs.target == 'macos', 'macos-latest',
inputs.target == 'linux', 'ubuntu-24.04',
inputs.target == 'windows', 'windows-latest',
'ubuntu-latest'
)
}}
@@ -73,10 +74,12 @@ jobs:
dotnet-version: '10.0.1xx'
- name: Build v2rayN
shell: bash
working-directory: ./v2rayN
run: dotnet publish $Project -c Release -r $RID -p:SelfContained=true $ExtOpt -o $Output
- name: Build AmazTool
shell: bash
working-directory: ./v2rayN
run: dotnet publish ./AmazTool/AmazTool.csproj -c Release -r $RID -p:SelfContained=true -p:PublishTrimmed=true $ExtOpt -o $Output