Remove unused parameters

This commit is contained in:
Knutwurst
2020-09-04 18:22:02 +02:00
parent 05ae92def7
commit ad9942763b

View File

@@ -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