Skip to content

Commit

Permalink
Update build_windows_app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiepeng committed Jul 12, 2024
1 parent 86af3ad commit cc4dec6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_windows_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: PyInstaller
run: |
pyinstaller.exe app.spec
- name: Copy example
run: |
XCOPY /E /I .\data .\dist\sensorview\data
- name: Archive built module
uses: actions/upload-artifact@v4
if: success()
Expand Down

0 comments on commit cc4dec6

Please sign in to comment.