From ebb86a997949255648e54b72bb2824eb4fba24b5 Mon Sep 17 00:00:00 2001 From: denglihong2007 <98096191+denglihong2007@users.noreply.github.com> Date: Sat, 13 Dec 2025 23:56:26 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BC=98=E5=8C=96=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=20[skip=20cliff]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d766738..6304d5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,11 +76,6 @@ jobs: run: | 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 and Build - run: | - dotnet restore CRSim.sln - dotnet build CRSim.sln --configuration Release --no-restore --runtime win-x64 - - name: Generate changelog uses: orhun/git-cliff-action@v4 with: @@ -92,9 +87,9 @@ jobs: - name: Publish run: | + dotnet restore CRSim.sln dotnet publish -c Release -p:PublishProfile=win-x64.pubxml -o out - - name: Create Zip Package shell: pwsh run: |