Update build_pc_client_windows.yml

master
Zhengyu Peng 3 years ago
parent b9996bff83
commit 6757fcc01a

@ -28,7 +28,7 @@ jobs:
run: | run: |
cd software\pc cd software\pc
pyinstaller hexapod.spec pyinstaller hexapod.spec
copy mainwindow.ui .\build\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…
Cancel
Save