Skip to content

Commit 122a4de

Browse files
committed
ci: Disambiguate firmware job name in release workflow.
Rename the firmware job to micropython-firmware so it does not clash with the daplink-firmware job introduced in #387.
1 parent 14070c3 commit 122a4de

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
HUSKY: "0"
4747
run: npx semantic-release
4848

49-
firmware:
50-
name: Build and attach firmware
49+
micropython-firmware:
50+
name: Build and attach MicroPython firmware
5151
needs: release
5252
if: needs.release.outputs.new-release-published == 'true'
5353
runs-on: ubuntu-latest
@@ -70,10 +70,10 @@ jobs:
7070
sudo apt-get update
7171
sudo apt-get install -y --no-install-recommends gcc-arm-none-eabi libnewlib-arm-none-eabi
7272
73-
- name: Build firmware
73+
- name: Build MicroPython firmware
7474
run: make micropython-firmware
7575

76-
- name: Attach firmware to release
76+
- name: Attach MicroPython firmware to release
7777
env:
7878
GH_TOKEN: ${{ steps.generate_token.outputs.token }}
7979
run: |

0 commit comments

Comments
 (0)