We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b961d7 commit 147fb5aCopy full SHA for 147fb5a
1 file changed
.github/workflows/build-release-apk.yml
@@ -85,16 +85,10 @@ jobs:
85
echo "NEW_BUILD_NUMBER=$NEW_BUILD_NUMBER" >> $GITHUB_ENV
86
echo "build_number=$NEW_BUILD_NUMBER" >> $GITHUB_OUTPUT
87
88
-<<<<<<< HEAD
89
- - name: Build and sign APK
90
- id: build_and_sign_apk
91
- run: bundle exec fastlane android build_release_apk
92
-=======
93
- name: Build release AAB
94
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/2025-12-03-redwallet'
95
id: build_release_aab
96
run: bundle exec fastlane android build_release_aab
97
->>>>>>> 81bdf7f92 (ci: automatically upload android builds to Play Store internal testing)
98
env:
99
BUILD_NUMBER: ${{ steps.build_number.outputs.build_number }}
100
KEYSTORE_FILE_HEX: ${{ secrets.KEYSTORE_FILE_HEX }}
0 commit comments