diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7431a40..28ca0d0a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/pubspec.lock b/pubspec.lock index ff1ae15f..b0c925fb 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -173,7 +173,7 @@ packages: dependency: "direct main" description: path: "." - ref: main + ref: HEAD resolved-ref: "19d83cba60de91143491a441b5076583bf1681a8" url: "https://github.com/hiddify-com/flutter_circle_flags.git" source: git diff --git a/pubspec.yaml b/pubspec.yaml index 998516a6..e3975d50 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -74,14 +74,12 @@ dependencies: dart_mappable: ^4.2.1 fluentui_system_icons: ^1.1.229 # circle_flags: ^4.0.2 - circle_flags: - git: - url: https://github.com/hiddify-com/flutter_circle_flags.git - ref: main http: ^1.2.0 timezone_to_country: ^2.1.0 json_path: ^0.7.1 permission_handler: ^11.3.0 + circle_flags: + git: https://github.com/hiddify-com/flutter_circle_flags.git dev_dependencies: flutter_test: