fix: pub get issue?

This commit is contained in:
Hiddify
2024-03-10 16:10:55 +01:00
parent 2d795ed601
commit 844f320ce9
3 changed files with 5 additions and 7 deletions

View File

@@ -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