File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -76,12 +76,15 @@ jobs:
76
76
if : " contains(github.event.release.tag_name, 'internal')"
77
77
run : flutter build appbundle --dart-define=SENTRY_DSN=${SENTRY_DSN}
78
78
79
+ - run : echo "${PROD_BASE_URL}"
80
+
79
81
- name : ' Build prod appbundle'
80
82
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
+
82
85
83
86
# Run fastlane internal
84
87
85
88
with :
86
89
lane : ${{ env.RELEASE_TYPE }}
87
- subdirectory : android
90
+ subdirectory : android
You can’t perform that action at this time.
0 commit comments