Browse Source

fix(ci): sourcemap of android

Andelf 3 năm trước cách đây
mục cha
commit
3a5fe6b413
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/build-android.yml

+ 1 - 1
.github/workflows/build-android.yml

@@ -93,7 +93,7 @@ jobs:
         run: yarn install && yarn release
 
       - name: Upload Sentry Sourcemaps (beta only)
-        if: "${{ github.event_name == 'workflow_call' && (inputs.build-target == 'beta' || github.event.inputs.build-target == 'beta') }}"
+        if: ${{ inputs.build-target == 'beta' || github.event.inputs.build-target == 'beta' }}
         run: |
           curl -sL https://sentry.io/get-cli/ | bash
           release_name="logseq-android@${{ steps.ref.outputs.version }}"