This commit is contained in:
Knutwurst
2020-09-04 18:23:41 +02:00
parent ad9942763b
commit b06d97d294

View File

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