enable sentry source maps for iOS

This commit is contained in:
Tienson Qin
2025-09-17 13:14:44 +08:00
parent 335b275e0a
commit d299fe6581
3 changed files with 15 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ jobs:
working-directory: ./static
- name: Upload Sentry Sourcemaps (beta only)
if: ${{ github.repository == 'logseq/logseq' && github.event_name == 'workflow_dispatch' && github.event.inputs.build-target == 'beta' }}
# if: ${{ github.repository == 'logseq/logseq' && github.event_name == 'workflow_dispatch' && github.event.inputs.build-target == 'beta' }}
run: |
curl -sL https://sentry.io/get-cli/ | bash
release_name="logseq@${{ steps.ref.outputs.version }}"