Skip to content

Commit 987116d

Browse files
authored
Merge pull request #39 from jcardus/main
run_id
2 parents d30ed69 + 08c5375 commit 987116d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Build
5252
run: |
5353
echo "${{ secrets.ANDROID_KEYSTORE }}" | base64 --decode > android/keystore
54-
export BUILD_NUMBER="${{ github.run_number }}"
54+
export BUILD_NUMBER="${{ github.run_id }}"
5555
export GOOGLE_MAPS_CLIENT_ID="${{ secrets.GOOGLE_MAPS_CLIENT_ID }}"
5656
export GOOGLE_MAPS_SIGNING_SECRET="${{ secrets.GOOGLE_MAPS_SIGNING_SECRET }}"
5757
./build.sh appbundle

0 commit comments

Comments
 (0)