fix: pub get issue?
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -182,7 +182,7 @@ jobs:
|
||||
|
||||
|
||||
- name: Upload Debug Symbols
|
||||
if: ${{ inputs.upload-artifact && inputs.tag-name != 'draft' && !startsWith(matrix.platform,'windows') }}
|
||||
if: ${{ inputs.upload-artifact && inputs.tag-name != 'draft' }}
|
||||
env:
|
||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
|
||||
@@ -190,7 +190,7 @@ jobs:
|
||||
SENTRY_DIST: ${{ matrix.platform == 'android-aab' && 'google-play' || 'general' }}
|
||||
run: |
|
||||
dart pub global activate sentry_dart_plugin
|
||||
dart run sentry_dart_plugin || echo "Error in sentry_dart_plugin"
|
||||
dart run sentry_dart_plugin
|
||||
|
||||
|
||||
- name: Code Sign
|
||||
|
||||
Reference in New Issue
Block a user