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