Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaDev authored Nov 16, 2023
1 parent 2eb242f commit 4a9ca97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
python-version: '3.x'

- name: Install PlatformIO Core
run: pip install --upgrade platformio
run: pip install --upgrade setuptools platformio

- name: Build PlatformIO Project
run: |
Expand All @@ -95,4 +95,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./opendtu/.pio/build/lolin_s2_mini/firmware.bin
asset_name: opendtu-lolin_s2_mini.bin
asset_content_type: application/octet-stream
asset_content_type: application/octet-stream

0 comments on commit 4a9ca97

Please sign in to comment.