Merge pull request #315 from denglihong2007/dev

chore: 修复自动编译 [skip cliff]
This commit is contained in:
denglihong2007
2026-03-22 00:26:57 +08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ jobs:
dotnet nuget add source --username denglihong2007 --password $env:GHPKG_KEY --store-password-in-clear-text --name github "https://nuget.pkg.github.com/denglihong2007/index.json"
- name: Restore dependencies
run: dotnet restore CRSim.sln
run: dotnet restore CRSim.slnx
- name: Build
run: dotnet build CRSim.sln --configuration Release --no-restore
run: dotnet build CRSim.slnx --configuration Release --no-restore

View File

@@ -87,7 +87,7 @@ jobs:
- name: Publish
run: |
dotnet restore CRSim.sln
dotnet restore CRSim.slnx
dotnet publish -c Release -p:PublishProfile=win-x64.pubxml -o out
- name: Create Zip Package