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

View File

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

View File

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

View File

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

View File

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

View File

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