Update main.yml

This commit is contained in:
rzeldent
2022-07-21 22:53:07 +02:00
committed by GitHub
parent 9aeb4f9d2c
commit 9fc9705f1b

View File

@@ -11,8 +11,6 @@ jobs:
with:
python-version: '3.x'
architecture: 'x64'
- name: Show python version
run: python --version
- name: Install PlatformIO
run: python -m pip install platformio
- name: Build firmware
@@ -20,5 +18,5 @@ jobs:
- name: Archive
uses: actions/upload-artifact@v2
with:
name: firmware
name: firmware.bin
path: .pio/build/*/firmware.bin