Cleanup code

This commit is contained in:
Knutwurst
2020-09-04 20:52:57 +02:00
parent 636d465c3d
commit 552aa7767d

View File

@@ -1,4 +1,4 @@
name: Build All Firmware Variants name: CI
on: on:
#pull_request: #pull_request:
@@ -106,7 +106,7 @@ jobs:
# path: | # path: |
# .pio/build/${{ matrix.platform }}/${{ matrix.platform }}_v*.hex # .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 uses: actions/upload-artifact@master
with: with:
name: Knuwurst-all-in-one_v$CUSTOM_BUILD_VER name: Knuwurst-all-in-one_v$CUSTOM_BUILD_VER