Revert to something that works

This commit is contained in:
Knutwurst
2024-01-12 10:44:37 +01:00
parent bef8b81f06
commit c697bb5d31

View File

@@ -88,7 +88,7 @@ jobs:
- 4MAXP2_DGUS_TMC_BLT_10 - 4MAXP2_DGUS_TMC_BLT_10
- 4MAXP2_DGUS_TMC_BLT_11 - 4MAXP2_DGUS_TMC_BLT_11
steps: steps:
- name: Setup Python 3.7 - name: Setup Python 3.7
uses: actions/setup-python@v1 uses: actions/setup-python@v1
@@ -124,10 +124,8 @@ jobs:
# .pio/build/${{ matrix.platform }}/${{ matrix.platform }}_v*.hex # .pio/build/${{ matrix.platform }}/${{ matrix.platform }}_v*.hex
- name: Archive all artifacts into one ZIP file - name: Archive all artifacts into one ZIP file
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: Knuwurst-all-in-one-${{github.sha}} name: Knuwurst-all-in-one-${{github.sha}}
pattern: Knuwurst-all-in-one-${{github.sha}}-*
merge-multiple: true
path: | path: |
.pio/build/${{ matrix.platform }}/${{ matrix.platform }}_v*.hex .pio/build/${{ matrix.platform }}/${{ matrix.platform }}_v*.hex