From 9bdaca74c33ce7c080ab8e64260484fd90f25c91 Mon Sep 17 00:00:00 2001 From: Dedmen Miller Date: Mon, 22 Jul 2024 21:03:50 +0200 Subject: [PATCH] Disable sentry source upload because its broken --- .github/workflows/msbuild.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 93ec322..24f09b1 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -150,7 +150,8 @@ jobs: sentry-cli releases set-commits --auto ${{ steps.date.outputs.DATE_STAMP }} sentry-cli releases finalize ${{ steps.date.outputs.DATE_STAMP }} - sentry-cli upload-dif --include-sources src/x64/Release/ + sentry-cli upload-dif src/x64/Release/ + # --include-sources wtf? Suddenly broken? Only google result https://github.com/getsentry/sentry-unreal/issues/542 "file could not be read as UTF-8" # #TODO https://github.com/softprops/action-gh-release/issues/20#issuecomment-1249997598