ci: add sentry debug info upload

This commit is contained in:
problematicconsumer
2023-09-20 11:57:27 +03:30
parent 465ba36f88
commit c768053108
3 changed files with 63 additions and 0 deletions

View File

@@ -150,6 +150,15 @@ jobs:
run: |
make ${{ matrix.platform }}-release
- name: Upload Debug Symbols
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
SENTRY_DIST: ${{ matrix.platform == 'android-aab' && 'google-play' || 'general' }}
run: |
flutter packages pub run sentry_dart_plugin
- name: Copy to out Windows
if: matrix.platform == 'windows'
run: |