From c41f5687c3c55094e3741014d5053dbb1cff2e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E8=BD=BB=E4=BA=91=E6=96=AD?= <156348933@qq.com> Date: Tue, 3 Sep 2024 12:50:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20dotnet-publish-prerelease.?= =?UTF-8?q?yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dotnet-publish-prerelease.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-publish-prerelease.yml b/.github/workflows/dotnet-publish-prerelease.yml index 600c775..b4bda87 100644 --- a/.github/workflows/dotnet-publish-prerelease.yml +++ b/.github/workflows/dotnet-publish-prerelease.yml @@ -19,9 +19,9 @@ jobs: with: dotnet-version: 8.0.x - name: Publish for Linux-x64 - run: dotnet publish -c Release -r linux-x64 --self-contained -p:PublishTrimmed=true -p:PublishSingleFile=true -o app/linux-x64 + run: dotnet publish -c Release -r linux-x64 --self-contained -p:PublishSingleFile=true -o app/linux-x64 - name: Publish for Windows-x64 - run: dotnet publish -c Release -r win-x64 --self-contained -p:PublishTrimmed=true -p:PublishSingleFile=true -o app/win-x64 + run: dotnet publish -c Release -r win-x64 --self-contained -p:PublishSingleFile=true -o app/win-x64 - name: Upload artifacts uses: actions/upload-artifact@v3 with: