release: version 0.17.5

This commit is contained in:
Hiddify
2024-03-10 11:05:16 +01:00
parent 1fce663d12
commit cd6ca24fac
7 changed files with 16 additions and 12 deletions

View File

@@ -180,6 +180,7 @@ jobs:
tree
.\scripts\package_windows.ps1
- name: Upload Debug Symbols
if: ${{ inputs.upload-artifact && inputs.tag-name != 'draft' }}
env:
@@ -188,7 +189,8 @@ jobs:
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
SENTRY_DIST: ${{ matrix.platform == 'android-aab' && 'google-play' || 'general' }}
run: |
dart run sentry_dart_plugin
dart pub global activate sentry_dart_plugin
dart run sentry_dart_plugin || echo "Error in sentry_dart_plugin"
- name: Code Sign