Skip to content

Commit 4dd0c17

Browse files
committed
Each build now gets a version code like 2026032414 (year+month+day+hour)
1 parent 08c5375 commit 4dd0c17

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_id }}"
54+
export BUILD_NUMBER="$(date +%Y%m%d%H)"
5555
export GOOGLE_MAPS_CLIENT_ID="${{ secrets.GOOGLE_MAPS_CLIENT_ID }}"
5656
export GOOGLE_MAPS_SIGNING_SECRET="${{ secrets.GOOGLE_MAPS_SIGNING_SECRET }}"
5757
export TRACCAR_BASE_URL="${{vars.TRACCAR_BASE_URL}}"

0 commit comments

Comments
 (0)