From ad9942763b2f60ae4a5b99b678d678e84cdffafe Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Fri, 4 Sep 2020 18:22:02 +0200 Subject: [PATCH] Remove unused parameters --- .github/workflows/test-builds.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test-builds.yml b/.github/workflows/test-builds.yml index 463917c9..702c0996 100755 --- a/.github/workflows/test-builds.yml +++ b/.github/workflows/test-builds.yml @@ -35,7 +35,7 @@ jobs: platform: # Knutwurst Base Environments - #- i3_MEGA_1stgen + - i3_MEGA_1stgen #- i3_MEGA_1stgen_TMC #- i3_MEGA_1stgen_BLTOUCH_10 #- i3_MEGA_1stgen_BLTOUCH_11 @@ -93,14 +93,9 @@ jobs: - uses: actions/checkout@master - name: Run PlatformIO - run: | - platformio run --environment ${{ matrix.platform }} + run: platformio run --environment ${{ matrix.platform }} - - name: Create artifact dir - run: | - mkdir -partifacts - - - name: Archive production artifacts + - name: Archive production artifacts uses: actions/upload-artifact@master with: name: ${{ matrix.platform }}.hex