diff --git a/.github/workflows/test-builds.yml b/.github/workflows/build-all.yml similarity index 94% rename from .github/workflows/test-builds.yml rename to .github/workflows/build-all.yml index 256e34d8..5af745bc 100755 --- a/.github/workflows/test-builds.yml +++ b/.github/workflows/build-all.yml @@ -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