From 00134331e8c605b6dd3eeb80b79ccbb27f16aaf1 Mon Sep 17 00:00:00 2001 From: BytexGrid Date: Thu, 26 Dec 2024 15:59:36 +0530 Subject: [PATCH] fix: remove trimming due to Windows Forms incompatibility --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90af061..7f2c68f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: - name: Build Single-File run: | dotnet restore - dotnet publish NeatShift/NeatShift/NeatShift.csproj -c Release -r win-x64 --self-contained true /p:PublishSingleFile=true /p:EnableCompressionInSingleFile=true /p:DebugType=None /p:DebugSymbols=false /p:PublishTrimmed=true + dotnet publish NeatShift/NeatShift/NeatShift.csproj -c Release -r win-x64 --self-contained true /p:PublishSingleFile=true /p:EnableCompressionInSingleFile=true /p:DebugType=None /p:DebugSymbols=false - name: Build ZIP Package run: |