This commit is contained in:
Zhengyu Peng
2021-12-24 14:33:13 -05:00
parent e80468ad88
commit 3d9182b063
2 changed files with 1 additions and 40 deletions

View File

@ -24,11 +24,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install PySide6 psutil pyinstaller
- name: Swith to PC client path
run: |
cd ./software/pc/
- name: PyInstaller
run: |
cd software\pc
pyinstaller hexapod.spec
copy mainwindow.ui .\dist\hexapod\
- name: Archive built module