Skip to content

Commit c3d4f22

Browse files
committed
Remove trimming as this causes havoc with records
1 parent ad97bc0 commit c3d4f22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
tag=$(git describe --tags --abbrev=0)
3939
release_name="sanchez-$tag-${{ matrix.target }}"
4040
# Build everything
41-
dotnet publish Sanchez/Sanchez.csproj -r "${{ matrix.target }}" -c Release -o "$release_name" -p:PublishSingleFile=true -p:PublishTrimmed=true -p:PublishReadyToRun=true --self-contained
41+
dotnet publish Sanchez/Sanchez.csproj -r "${{ matrix.target }}" -c Release -o "$release_name" -p:PublishSingleFile=true -p:PublishReadyToRun=true --self-contained
4242
# Pack files
4343
if [ "${{ matrix.target }}" == "win-x64" ]; then
4444
# Pack to zip for Windows

0 commit comments

Comments
 (0)