From 3d30f2b5f51fac482503a72f120b5352a747826d Mon Sep 17 00:00:00 2001 From: denglihong2007 <98096191+denglihong2007@users.noreply.github.com> Date: Sun, 22 Mar 2026 00:26:37 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E5=A4=8D=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=BC=96=E8=AF=91=20[skip=20cliff]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-build-check.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-build-check.yml b/.github/workflows/pr-build-check.yml index 68a995f..e3ae5c9 100644 --- a/.github/workflows/pr-build-check.yml +++ b/.github/workflows/pr-build-check.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6197cfe..c8a0e02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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