From 15f8f19888130ec091abb9c064450a1c5eb7cd16 Mon Sep 17 00:00:00 2001 From: Ionite Date: Tue, 25 Jul 2023 16:34:17 -0400 Subject: [PATCH] Disable trimming in release CI --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ccf95918..b2ebada6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -143,7 +143,6 @@ jobs: -o out -c Release -r ${{ env.platform-id }} -p:Version=$env:RELEASE_VERSION -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true - -p:PublishTrimmed=true -p:SentryOrg=${{ secrets.SENTRY_ORG }} -p:SentryProject=${{ secrets.SENTRY_PROJECT }} -p:SentryUploadSymbols=true -p:SentryUploadSources=true