Skip to content

Commit

Permalink
Revert to something that works
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwurst committed Jan 12, 2024
1 parent bef8b81 commit c697bb5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit c697bb5

Please sign in to comment.