New build-all yml file

This commit is contained in:
Knutwurst
2020-09-04 18:30:23 +02:00
parent b06d97d294
commit 5ab14ccccd

View File

@@ -96,8 +96,8 @@ jobs:
run: platformio run --environment ${{ matrix.platform }}
- name: Archive production artifacts
uses: actions/download-artifact@master
with:
name: ${{ matrix.platform }}.hex
path: |
.pio/build/firmware.hex
uses: actions/upload-artifact@master
with:
name: Firmware
path: |
.pio/build/firmware.hex