diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 5af745bc..94d64de1 100755 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -47,7 +47,7 @@ jobs: #- i3_MEGA_BLTOUCH_11 #- i3_MEGA_TMC_BLTOUCH_10 #- i3_MEGA_TMC_BLTOUCH_11 - - i3_MEGA_S + #- i3_MEGA_S #- i3_MEGA_S_TMC #- i3_MEGA_S_BLTOUCH_10 #- i3_MEGA_S_BLTOUCH_11 @@ -98,6 +98,6 @@ jobs: - name: Archive production artifacts uses: actions/upload-artifact@master with: - name: Firmware + name: ${{ matrix.platform }}.hex path: | - .pio/build/firmware.hex + .pio/build/${{ matrix.platform }}/firmware.hex