Skip to content

Commit

Permalink
fix: remove trimming due to Windows Forms incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
BytexGrid committed Dec 26, 2024
1 parent b69e4b6 commit 0013433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 0013433

Please sign in to comment.