Skip to content

Commit

Permalink
Update release3_beta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melkati authored Mar 1, 2024
1 parent 1cf9cfc commit 2dd7700
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release3_beta.yml
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -135,13 +135,15 @@ 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
echo "Beta Manifest file contents read with cat:"
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
Expand Down

0 comments on commit 2dd7700

Please sign in to comment.