Skip to content

Commit

Permalink
[gui] Update upk2esphome plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 authored Sep 27, 2023
1 parent a62ae8f commit f808bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:
shell: cmd
run: |
set PATH=%cd%\python;%PATH%
python -m pip install "ltchiptool-terminal>=1.2.1" || exit /b
python -m pip install "upk2esphome>=1.4.0" || exit /b
python -m pip install "ltchiptool-terminal>=1.3.0" || exit /b
python -m pip install "upk2esphome>=1.6.0" || exit /b
- name: Build GUI with PyInstaller
shell: cmd
Expand Down

0 comments on commit f808bcc

Please sign in to comment.