From 552aa7767dd4a7e9920bb53f3f08386a719e96c2 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Fri, 4 Sep 2020 20:52:57 +0200 Subject: [PATCH] Cleanup code --- .github/workflows/build-all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index d0052f05..d6f2d250 100755 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -1,4 +1,4 @@ -name: Build All Firmware Variants +name: CI on: #pull_request: @@ -106,7 +106,7 @@ jobs: # path: | # .pio/build/${{ matrix.platform }}/${{ matrix.platform }}_v*.hex - - name: Archive all artifacts into one ZIP + - name: Archive all artifacts into one ZIP file uses: actions/upload-artifact@master with: name: Knuwurst-all-in-one_v$CUSTOM_BUILD_VER