From 402698a81a090b4eaf3d08d1602c6cb7adadeb2f Mon Sep 17 00:00:00 2001 From: Leo Chen Date: Thu, 20 Jun 2024 10:10:07 +0800 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 640988d..b8f1daf 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -38,7 +38,7 @@ jobs: - name: build publish exe if: env.isexist == '' run: | - dotnet publish -p:PublishProfile=FolderProfile -c Release + dotnet publish -c Release - name: Upload Packages(release) uses: ncipollo/release-action@v1.12.0 if: env.isexist == '' && env.suffix == ''