Skip to content

Commit

Permalink
fix(ci): missing env while building android
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Jan 3, 2024
1 parent 9030dd3 commit bd1d23b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-android.yml
Expand Up @@ -146,6 +146,8 @@ jobs:
./gradlew clean
./gradlew zipApksForRelease
working-directory: android
env:
LOGSEQ_SENTRY_DSN: ${{ secrets.LOGSEQ_SENTRY_DSN }}

- name: Sign Android APK
run: |
Expand Down

0 comments on commit bd1d23b

Please sign in to comment.