chore: only build apk on CI

This commit is contained in:
Lei Nelissen
2023-07-12 13:22:28 +02:00
parent 0115bf68f3
commit 0b43c0749e
2 changed files with 10 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ jobs:
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
SENTRY_URL: ${{ secrets.SENTRY_URL }}
run: bundle exec fastlane android beta
run: bundle exec fastlane android build
- name: Upload artifact
uses: actions/upload-artifact@v2
with: