From 5ab14ccccdc1dae949bf26f83bd5e25a0840a19e Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Fri, 4 Sep 2020 18:30:23 +0200 Subject: [PATCH] New build-all yml file --- .github/workflows/{test-builds.yml => build-all.yml} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename .github/workflows/{test-builds.yml => build-all.yml} (94%) 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