From c697bb5d3191a88789f244b1ddbe5c18537baa87 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Fri, 12 Jan 2024 10:44:37 +0100 Subject: [PATCH] Revert to something that works --- .github/workflows/build-all.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index a4b91276..13420ad1 100755 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -88,7 +88,7 @@ jobs: - 4MAXP2_DGUS_TMC_BLT_10 - 4MAXP2_DGUS_TMC_BLT_11 - steps: + steps: - name: Setup Python 3.7 uses: actions/setup-python@v1 @@ -124,10 +124,8 @@ jobs: # .pio/build/${{ matrix.platform }}/${{ matrix.platform }}_v*.hex - name: Archive all artifacts into one ZIP file - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: Knuwurst-all-in-one-${{github.sha}} - pattern: Knuwurst-all-in-one-${{github.sha}}-* - merge-multiple: true path: | .pio/build/${{ matrix.platform }}/${{ matrix.platform }}_v*.hex