Skip to content

Commit e2a88b1

Browse files
committed
build: fix fastlane for flipchat
Signed-off-by: Brandon McAnsh <[email protected]>
1 parent ab89f18 commit e2a88b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-fc-upload-android-internal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: bundle exec fastlane android fc_tests
9090

9191
- name: Build & deploy Android release
92-
run: bundle exec fastlane android deploy_fc_internal
92+
run: bundle exec fastlane android deploy_fc
9393
env:
9494
STORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
9595
KEY_ALIAS: ${{ secrets.KEY_ALIAS}}

0 commit comments

Comments
 (0)