release: 3.0.1.0

This commit is contained in:
denglihong2007
2025-09-13 00:53:52 +08:00
parent 69afa48435
commit 3606c88c0a
3 changed files with 19 additions and 2 deletions

View File

@@ -92,7 +92,8 @@ jobs:
- name: Publish
run: |
dotnet publish -c Release -o out
dotnet publish -c Release -p:PublishProfile=win-x64.pubxml -o out
- name: Create Zip Package
shell: pwsh