We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a6d33 commit 0df5c3aCopy full SHA for 0df5c3a
.github/workflows/build.yml
@@ -64,7 +64,7 @@ jobs:
64
65
sentry-dsn: ${{ secrets.SENTRY_DSN }}
66
- name: Build IOS / Upload Beta
67
- if: github.event_name == 'push' && matrix.build != 'apk'
+ if: github.event_name == 'push'
68
run: bash ${GITHUB_WORKSPACE}/Scripts/fastlane.sh
69
working-directory: Scripts
70
env:
0 commit comments