From 2dd770001c9716fa37ddaa03dcd821e299bbf32d Mon Sep 17 00:00:00 2001 From: Mariete Date: Fri, 1 Mar 2024 08:43:14 +0100 Subject: [PATCH] Update release3_beta.yml --- .github/workflows/release3_beta.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release3_beta.yml b/.github/workflows/release3_beta.yml index bad0a255..04ec3d69 100644 --- a/.github/workflows/release3_beta.yml +++ b/.github/workflows/release3_beta.yml @@ -1,4 +1,4 @@ -name: Beta Release V2.92 +name: Beta Release V2.93 # # # # # # # # # # # # To create new Beta version and upload so web server, just commit with a message with the format "Beta v*.*.*" (Beta v1.0.1, Beta v1.1.12, Beta v2.1.123, etc) @@ -135,6 +135,7 @@ jobs: echo "::set-output name=betamanifest::$(cat ${{ github.event.repository.name }}-${{ matrix.environment }}.beta.manifest.json)" - name: Read beta manifest files + if: steps.check_version.outputs.VERSION != '' run: | echo "Beta Manifest:" echo ${{ github.event.repository.name }}-${{ matrix.environment }}.beta.manifest.json @@ -142,6 +143,7 @@ jobs: cat ${{ github.event.repository.name }}-${{ matrix.environment }}.beta.manifest.json - name: Copy beta manifest files + if: steps.check_version.outputs.VERSION != '' run: | mkdir ./beta_firmware cp ${{ github.event.repository.name }}-${{ matrix.environment }}.beta.manifest.json ./beta_firmware/${{ github.event.repository.name }}-${{ matrix.environment }}.beta.manifest.json