Update build_pc_client_windows.yml
This commit is contained in:
parent
3d9182b063
commit
221045b030
@ -26,9 +26,8 @@ jobs:
|
|||||||
pip install PySide6 psutil pyinstaller
|
pip install PySide6 psutil pyinstaller
|
||||||
- name: PyInstaller
|
- name: PyInstaller
|
||||||
run: |
|
run: |
|
||||||
cd software\pc
|
pyinstaller .\software\pc\hexapod.spec
|
||||||
pyinstaller hexapod.spec
|
copy mainwindow.ui .\software\pc\dist\hexapod\
|
||||||
copy mainwindow.ui .\dist\hexapod\
|
|
||||||
- name: Archive built module
|
- name: Archive built module
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: success()
|
if: success()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user