Skip to content

Commit 147fb5a

Browse files
committed
ci: android fix
1 parent 3b961d7 commit 147fb5a

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/build-release-apk.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,10 @@ jobs:
8585
echo "NEW_BUILD_NUMBER=$NEW_BUILD_NUMBER" >> $GITHUB_ENV
8686
echo "build_number=$NEW_BUILD_NUMBER" >> $GITHUB_OUTPUT
8787
88-
<<<<<<< HEAD
89-
- name: Build and sign APK
90-
id: build_and_sign_apk
91-
run: bundle exec fastlane android build_release_apk
92-
=======
9388
- name: Build release AAB
9489
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/2025-12-03-redwallet'
9590
id: build_release_aab
9691
run: bundle exec fastlane android build_release_aab
97-
>>>>>>> 81bdf7f92 (ci: automatically upload android builds to Play Store internal testing)
9892
env:
9993
BUILD_NUMBER: ${{ steps.build_number.outputs.build_number }}
10094
KEYSTORE_FILE_HEX: ${{ secrets.KEYSTORE_FILE_HEX }}

0 commit comments

Comments
 (0)