diff --git a/.github/workflows/publish_android.yml b/.github/workflows/publish_android.yml index dde9b275..369ac408 100644 --- a/.github/workflows/publish_android.yml +++ b/.github/workflows/publish_android.yml @@ -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 diff --git a/.github/workflows/publish_ios.yml b/.github/workflows/publish_ios.yml index 10fac78d..e58da74f 100644 --- a/.github/workflows/publish_ios.yml +++ b/.github/workflows/publish_ios.yml @@ -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 diff --git a/.github/workflows/publish_linux.yml b/.github/workflows/publish_linux.yml index cd178192..64fd1dd6 100644 --- a/.github/workflows/publish_linux.yml +++ b/.github/workflows/publish_linux.yml @@ -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 diff --git a/.github/workflows/publish_macos.yml b/.github/workflows/publish_macos.yml index a624d7df..52bf2787 100644 --- a/.github/workflows/publish_macos.yml +++ b/.github/workflows/publish_macos.yml @@ -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 diff --git a/.github/workflows/publish_web.yml b/.github/workflows/publish_web.yml index eb1c9349..d363a97d 100644 --- a/.github/workflows/publish_web.yml +++ b/.github/workflows/publish_web.yml @@ -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 diff --git a/.github/workflows/publish_windows.yml b/.github/workflows/publish_windows.yml index a1bf47a3..447aa311 100644 --- a/.github/workflows/publish_windows.yml +++ b/.github/workflows/publish_windows.yml @@ -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