Skip to content

Commit

Permalink
Add sentry cli step
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Oct 30, 2024
1 parent 22d387a commit 5e65759
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,15 @@ jobs:
if: matrix.platform == 'windows'
run: choco install mingw -y

- name: Setup Sentry CLI on Android
if: matrix.platform == 'android'
uses: mathieu-bour/setup-sentry-cli@v2
with:
version: latest
token: ${{ SECRETS.SENTRY_TOKEN }}
organization: getlantern
project: android

- name: Install Linux dependencies
if: matrix.platform == 'linux'
run: |
Expand Down

0 comments on commit 5e65759

Please sign in to comment.