Update build_pc_client_windows.yml

This commit is contained in:
Zhengyu Peng 2021-12-24 14:40:49 -05:00
parent 221045b030
commit 2559495e03

View File

@ -27,7 +27,7 @@ jobs:
- name: PyInstaller
run: |
pyinstaller .\software\pc\hexapod.spec
copy mainwindow.ui .\software\pc\dist\hexapod\
copy .\software\pc\mainwindow.ui .\hexapod\dist\hexapod\
- name: Archive built module
uses: actions/upload-artifact@v2
if: success()