Skip to content

Commit

Permalink
Disable sentry source upload because its broken
Browse files Browse the repository at this point in the history
  • Loading branch information
dedmen committed Jul 22, 2024
1 parent bbb9034 commit 9bdaca7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bdaca7

Please sign in to comment.