Skip to content

Commit

Permalink
Switch band in firmware name
Browse files Browse the repository at this point in the history
  • Loading branch information
SmejkalJakub committed Nov 18, 2022
1 parent 0d34e75 commit f9debf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Rename Firmware US
if: ${{ github.event_name == 'release' }}
run: mv ${{github.workspace}}/out/release/firmware.bin ${{env.REPOSITORY_NAME}}-${{env.FW_VERSION}}-us915.bin
run: mv ${{github.workspace}}/out/release/firmware.bin ${{env.REPOSITORY_NAME}}-us915-${{env.FW_VERSION}}.bin

- name: Release
if: ${{ github.event_name == 'release' }}
Expand All @@ -62,4 +62,4 @@ jobs:
with:
files: |
${{env.REPORSIORY}}-${{env.FW_VERSION}}.bin
${{env.REPORSIORY}}-${{env.FW_VERSION}}-us915.bin
${{env.REPORSIORY}}-us915-${{env.FW_VERSION}}.bin

0 comments on commit f9debf7

Please sign in to comment.