Auto rename in workflow
This commit is contained in:
6
.github/workflows/build-all.yml
vendored
6
.github/workflows/build-all.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
|||||||
#- i3_MEGA_BLTOUCH_11
|
#- i3_MEGA_BLTOUCH_11
|
||||||
#- i3_MEGA_TMC_BLTOUCH_10
|
#- i3_MEGA_TMC_BLTOUCH_10
|
||||||
#- i3_MEGA_TMC_BLTOUCH_11
|
#- i3_MEGA_TMC_BLTOUCH_11
|
||||||
- i3_MEGA_S
|
#- i3_MEGA_S
|
||||||
#- i3_MEGA_S_TMC
|
#- i3_MEGA_S_TMC
|
||||||
#- i3_MEGA_S_BLTOUCH_10
|
#- i3_MEGA_S_BLTOUCH_10
|
||||||
#- i3_MEGA_S_BLTOUCH_11
|
#- i3_MEGA_S_BLTOUCH_11
|
||||||
@@ -98,6 +98,6 @@ jobs:
|
|||||||
- name: Archive production artifacts
|
- name: Archive production artifacts
|
||||||
uses: actions/upload-artifact@master
|
uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
name: Firmware
|
name: ${{ matrix.platform }}.hex
|
||||||
path: |
|
path: |
|
||||||
.pio/build/firmware.hex
|
.pio/build/${{ matrix.platform }}/firmware.hex
|
||||||
|
Reference in New Issue
Block a user