fix: update release workflow and README badges; reorganize table of contents

This commit is contained in:
HueByte
2026-02-24 22:50:29 +01:00
parent 023e62dea6
commit ae342381e0
4 changed files with 52 additions and 26 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
if: steps.changes.outputs.src_changed == 'true' && steps.check_release.outputs.exists == 'false'
uses: actions/setup-dotnet@v4
with:
dotnet-version: '10.0.x'
dotnet-version: "10.0.x"
- name: Publish Server win-x64
if: steps.changes.outputs.src_changed == 'true' && steps.check_release.outputs.exists == 'false'