fix: 自动构建 [skip cliff]

This commit is contained in:
denglihong2007
2025-12-13 23:47:11 +08:00
parent e608787df4
commit 301c7c0c52

View File

@@ -79,7 +79,7 @@ jobs:
- name: Restore and Build
run: |
dotnet restore CRSim.sln
dotnet build CRSim.sln --configuration Release --no-restore
dotnet build CRSim.sln --configuration Release --no-restore --runtime win-x64
- name: Generate changelog
uses: orhun/git-cliff-action@v4