Skip to content

Commit b702734

Browse files
committed
Switch band in firmware name
1 parent f7bd9d8 commit b702734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

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

5757
- name: Release
5858
if: ${{ github.event_name == 'release' }}
@@ -62,4 +62,4 @@ jobs:
6262
with:
6363
files: |
6464
${{env.REPORSIORY}}-${{env.FW_VERSION}}.bin
65-
${{env.REPORSIORY}}-${{env.FW_VERSION}}-us915.bin
65+
${{env.REPORSIORY}}-us915-${{env.FW_VERSION}}.bin

0 commit comments

Comments
 (0)