We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14070c3 commit 122a4deCopy full SHA for 122a4de
1 file changed
.github/workflows/release.yml
@@ -46,8 +46,8 @@ jobs:
46
HUSKY: "0"
47
run: npx semantic-release
48
49
- firmware:
50
- name: Build and attach firmware
+ micropython-firmware:
+ name: Build and attach MicroPython firmware
51
needs: release
52
if: needs.release.outputs.new-release-published == 'true'
53
runs-on: ubuntu-latest
@@ -70,10 +70,10 @@ jobs:
70
sudo apt-get update
71
sudo apt-get install -y --no-install-recommends gcc-arm-none-eabi libnewlib-arm-none-eabi
72
73
- - name: Build firmware
+ - name: Build MicroPython firmware
74
run: make micropython-firmware
75
76
- - name: Attach firmware to release
+ - name: Attach MicroPython firmware to release
77
env:
78
GH_TOKEN: ${{ steps.generate_token.outputs.token }}
79
run: |
0 commit comments