chore(ci): use build number for version files

[skip ci]
This commit is contained in:
Jagandeep Brar
2022-05-11 21:05:47 -04:00
parent 0148dabd91
commit 1e09fbe9e6
6 changed files with 6 additions and 6 deletions

View File

@@ -97,7 +97,7 @@ jobs:
- name: Create Version File
working-directory: ${{ github.workspace }}/output
run: echo ${{ inputs.build-title }} > VERSION_ANDROID.txt
run: echo ${{ inputs.build-number }} > VERSION_ANDROID.txt
- name: Upload to S3 Bucket (Latest)
uses: jakejarvis/s3-sync-action@v0.5.1