Update build_pc_client_windows.yml

master
Zhengyu Peng 3 years ago
parent 221045b030
commit 2559495e03

@ -27,7 +27,7 @@ jobs:
- name: PyInstaller - name: PyInstaller
run: | run: |
pyinstaller .\software\pc\hexapod.spec pyinstaller .\software\pc\hexapod.spec
copy mainwindow.ui .\software\pc\dist\hexapod\ copy .\software\pc\mainwindow.ui .\hexapod\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…
Cancel
Save