File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -76,12 +76,15 @@ jobs:
7676 if : " contains(github.event.release.tag_name, 'internal')"
7777 run : flutter build appbundle --dart-define=SENTRY_DSN=${SENTRY_DSN}
7878
79+ - run : echo "${PROD_BASE_URL}"
80+
7981 - name : ' Build prod appbundle'
8082 if : " !contains(github.event.release.tag_name, 'internal')"
81- run : flutter build appbundle --dart-define=SENTRY_DSN=${SENTRY_DSN} --dart-define=BASE_URL=${PROD_BASE_URL} --dart-define=OAUTH_REDIRECT_URI=${PROD_BASE_URL}/api/user/oauth/redirect/
83+ run : flutter build appbundle --dart-define=SENTRY_DSN=${SENTRY_DSN} --dart-define=BASE_URL=${PROD_BASE_URL} --dart-define=OAUTH_REDIRECT_URI=${PROD_BASE_URL}/api/user/oauth/redirect/
84+
8285
8386 # Run fastlane internal
84878588 with :
8689 lane : ${{ env.RELEASE_TYPE }}
87- subdirectory : android
90+ subdirectory : android
You can’t perform that action at this time.
0 commit comments