We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d30ed69 + 08c5375 commit 987116dCopy full SHA for 987116d
1 file changed
.github/workflows/android.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Build
52
run: |
53
echo "${{ secrets.ANDROID_KEYSTORE }}" | base64 --decode > android/keystore
54
- export BUILD_NUMBER="${{ github.run_number }}"
+ export BUILD_NUMBER="${{ github.run_id }}"
55
export GOOGLE_MAPS_CLIENT_ID="${{ secrets.GOOGLE_MAPS_CLIENT_ID }}"
56
export GOOGLE_MAPS_SIGNING_SECRET="${{ secrets.GOOGLE_MAPS_SIGNING_SECRET }}"
57
./build.sh appbundle
0 commit comments