Update Avalonia to 12.1 (#9148)

This commit is contained in:
DHR60
2026-07-13 01:41:28 +00:00
committed by GitHub
parent 1de83f96ed
commit 6f50206606
14 changed files with 50 additions and 42 deletions

View File

@@ -83,6 +83,11 @@ jobs:
working-directory: ./v2rayN
run: dotnet publish ./AmazTool/AmazTool.csproj -c Release -r $RID -p:SelfContained=true -p:PublishTrimmed=true $ExtOpt -o $Output
- name: Remove Debug Symbols
shell: bash
run: |
find ${{ matrix.arch }} -type f -name '*.pdb' -delete
- name: Upload build artifacts
uses: actions/upload-artifact@v7.0.1
with: